From 5c2ee778adab8c11d2991f26810d690cebeac823 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Apr 2018 18:50:46 +0200 Subject: [PATCH] Initialize new users' drive to the latest version --- customize.dist/login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/login.js b/customize.dist/login.js index 1f8cebab5..dd40ad831 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -154,6 +154,7 @@ define([ proxy.login_name = uname; proxy[Constants.displayNameKey] = uname; sessionStorage.createReadme = 1; + if (!shouldImport) { proxy.version = 5; } Feedback.send('REGISTRATION', true); } else { Feedback.send('LOGIN', true);