longer timeout

This commit is contained in:
Kai Hendry
2011-12-01 13:52:50 +08:00
parent 7fe2336929
commit efd326fa2f

View File

@@ -11,7 +11,7 @@ function submitPressed() {
if (document.forms.f.checkValidity()) { if (document.forms.f.checkValidity()) {
b = document.getElementById("b"); b = document.getElementById("b");
b.disabled = true; b.disabled = true;
humane.log("Please wait..."); function() { humane.timeout= 5000; humane("Please wait..."); humane("Still loading..."); humane("Ah crap, sorry about this..."], ["I wish transfer chunked worked..."]); }
document.forms.f.submit(); document.forms.f.submit();
} }
} }