mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
bigger timeout in re-connection. Still retries in the background when saying impossible
This commit is contained in:
parent
ff86dee2f5
commit
11682661e4
4 changed files with 24 additions and 2 deletions
|
@ -151,6 +151,14 @@ var padeditor = (function()
|
|||
self.ace.setEditable(false);
|
||||
}
|
||||
},
|
||||
enable: function()
|
||||
{
|
||||
if (self.ace)
|
||||
{
|
||||
self.ace.setProperty("grayedOut", false);
|
||||
self.ace.setEditable(true);
|
||||
}
|
||||
},
|
||||
restoreRevisionText: function(dataFromServer)
|
||||
{
|
||||
pad.addHistoricalAuthors(dataFromServer.historicalAuthorData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue