Fix the infinite spinner bug with the file manager store
This commit is contained in:
@@ -662,6 +662,10 @@ define([
|
||||
|
||||
var disconnect = function () {
|
||||
//setEditable(false); // TODO
|
||||
if (info.error) {
|
||||
Cryptpad.alert(Messages.websocketError);
|
||||
return;
|
||||
}
|
||||
//Cryptpad.alert(Messages.common_connectionLost); // TODO
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user