Commit d250f1f0 by cahrens

Minor reword to server timed out message.

parent 37d3d4a8
...@@ -191,7 +191,7 @@ $('#fileupload').fileupload({ ...@@ -191,7 +191,7 @@ $('#fileupload').fileupload({
window.onbeforeunload = null; window.onbeforeunload = null;
if (xhr.status != 200) { if (xhr.status != 200) {
if (!result.responseText) { if (!result.responseText) {
alert(gettext("Your browser has timed out, but the server is still processing your import. Please wait 5 min and verify that the new content has appeared.")); alert(gettext("Your browser has timed out, but the server is still processing your import. Please wait 5 minutes and verify that the new content has appeared."));
return; return;
} }
var serverMsg = $.parseJSON(result.responseText); var serverMsg = $.parseJSON(result.responseText);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment