enable the file store

This commit is contained in:
yflory 2017-01-06 11:16:56 +01:00
parent b0d4dad417
commit 3836b20b08
2 changed files with 2 additions and 3 deletions

View File

@ -12,8 +12,8 @@ define(function() {
*/ */
config.notificationTimeout = 5000; config.notificationTimeout = 5000;
config.USE_FS_STORE = false; config.USE_FS_STORE = true;
config.USE_HOMEPAGE_TABLE = true; config.USE_HOMEPAGE_TABLE = false;
return config; return config;
}); });

View File

@ -1699,7 +1699,6 @@ define([
var onReconnect = function (info) { var onReconnect = function (info) {
setEditable(true); setEditable(true);
Cryptpad.findOKButton().click(); Cryptpad.findOKButton().click();
//Cryptpad.alert("Reconnected");
}; };
if (storeObj && !window.location.hash) { if (storeObj && !window.location.hash) {