Fix default pad not created after registration

This commit is contained in:
yflory
2017-02-28 13:12:27 +01:00
parent 8007f51655
commit efb7380a12
2 changed files with 3 additions and 3 deletions

View File

@@ -1908,7 +1908,7 @@ define([
});
var createReadme = function (proxy, cb) {
if (proxy.initializing) {
if (sessionStorage.createReadme) {
var hash = Cryptpad.createRandomHash();
Get.put(hash, Messages.driveReadme, function (e) {
if (e) { logError(e); }
@@ -1922,7 +1922,7 @@ define([
});
if (typeof(cb) === "function") { cb(); }
});
delete proxy.initializing;
delete sessionStorage.createReadme;
return;
}
if (typeof(cb) === "function") { cb(); }