summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorGared <mu.stefan@googlemail.com>2014-01-19 20:04:09 +0100
committerGared <mu.stefan@googlemail.com>2014-01-19 20:04:09 +0100
commitbf6ec18ead5f06af3c11501bfb26e708e5250a2a (patch)
treef61aec3f8c504e6b012b2d8239ccbc7db81b1222 /src/static
parentbe4adec1228ca6629f042511217681edd98885e2 (diff)
downloadetherpad-lite-bf6ec18ead5f06af3c11501bfb26e708e5250a2a.zip
Fix #1835 Enable import buttons after failed import (timeout)
Diffstat (limited to 'src/static')
-rw-r--r--src/static/js/pad_impexp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/pad_impexp.js b/src/static/js/pad_impexp.js
index ae951ca7..aa48ad77 100644
--- a/src/static/js/pad_impexp.js
+++ b/src/static/js/pad_impexp.js
@@ -77,6 +77,7 @@ var padimpexp = (function()
}
currentImportTimer = null;
importFailed("Request timed out.");
+ importDone();
}, 25000); // time out after some number of seconds
$('#importsubmitinput').attr(
{