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

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