mirror of https://github.com/xwiki-labs/cryptpad
enable the file store
This commit is contained in:
parent
b0d4dad417
commit
3836b20b08
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue