enable the file store
parent
b0d4dad417
commit
3836b20b08
|
@ -12,8 +12,8 @@ define(function() {
|
|||
*/
|
||||
config.notificationTimeout = 5000;
|
||||
|
||||
config.USE_FS_STORE = false;
|
||||
config.USE_HOMEPAGE_TABLE = true;
|
||||
config.USE_FS_STORE = true;
|
||||
config.USE_HOMEPAGE_TABLE = false;
|
||||
|
||||
return config;
|
||||
});
|
||||
|
|
|
@ -1699,7 +1699,6 @@ define([
|
|||
var onReconnect = function (info) {
|
||||
setEditable(true);
|
||||
Cryptpad.findOKButton().click();
|
||||
//Cryptpad.alert("Reconnected");
|
||||
};
|
||||
|
||||
if (storeObj && !window.location.hash) {
|
||||
|
|
Loading…
Reference in New Issue