mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
Fix #1835 Enable import buttons after failed import (timeout)
This commit is contained in:
parent
be4adec122
commit
bf6ec18ead
@ -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…
x
Reference in New Issue
Block a user