bigger timeout in re-connection. Still retries in the background when saying impossible

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-03 15:17:12 +01:00
parent ff86dee2f5
commit 11682661e4
4 changed files with 24 additions and 2 deletions

View file

@ -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);