mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -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
|
@ -446,6 +446,11 @@ var paddocbar = (function()
|
|||
enabled = false;
|
||||
self.render();
|
||||
},
|
||||
enable: function()
|
||||
{
|
||||
enabled = true;
|
||||
self.render();
|
||||
},
|
||||
handleResizePage: function()
|
||||
{
|
||||
// Side-step circular reference. This should be injected.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue