Fix #1835 Enable import buttons after failed import (timeout)

This commit is contained in:
Gared 2014-01-19 20:04:09 +01:00
parent be4adec122
commit bf6ec18ead

View file

@ -77,6 +77,7 @@ var padimpexp = (function()
} }
currentImportTimer = null; currentImportTimer = null;
importFailed("Request timed out."); importFailed("Request timed out.");
importDone();
}, 25000); // time out after some number of seconds }, 25000); // time out after some number of seconds
$('#importsubmitinput').attr( $('#importsubmitinput').attr(
{ {