mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Merge pull request #2062 from Gared/enable_import_buttons
Fix #1835 Enable import buttons after failed import (timeout)
This commit is contained in:
commit
fd4dd915ce
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ var padimpexp = (function()
|
|||
}
|
||||
currentImportTimer = null;
|
||||
importFailed("Request timed out.");
|
||||
importDone();
|
||||
}, 25000); // time out after some number of seconds
|
||||
$('#importsubmitinput').attr(
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue