add 'force' flag to override removal of html elements
This commit is contained in:
@@ -662,7 +662,7 @@ define([
|
||||
|
||||
var disconnect = function (info) {
|
||||
//setEditable(false); // TODO
|
||||
Cryptpad.alert(Messages.common_connectionLost);
|
||||
Cryptpad.alert(Messages.common_connectionLost, undefined, true);
|
||||
};
|
||||
|
||||
var create = function (info) {
|
||||
|
||||
Reference in New Issue
Block a user