mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-02 02:42:18 -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
|
@ -109,6 +109,10 @@ var padeditbar = (function()
|
|||
{
|
||||
$("#editbar").addClass('disabledtoolbar').removeClass("enabledtoolbar");
|
||||
},
|
||||
enable: function()
|
||||
{
|
||||
$("#editbar").removeClass('disabledtoolbar').addClass("enabledtoolbar");
|
||||
},
|
||||
toolbarClick: function(cmd)
|
||||
{
|
||||
if (self.isEnabled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue