mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
longer timeout
This commit is contained in:
@@ -11,9 +11,9 @@ 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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user