Initialize new users' drive to the latest version

pull/1/head
yflory 2018-04-18 18:50:46 +02:00
parent d0eeefc04c
commit 5c2ee778ad
1 changed files with 1 additions and 0 deletions

View File

@ -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);