From efd326fa2f8d0315d479ead20d43f91f28b47a39 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Thu, 1 Dec 2011 13:52:50 +0800 Subject: [PATCH] longer timeout --- index.shtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.shtml b/index.shtml index 9bbf972..972af7b 100644 --- a/index.shtml +++ b/index.shtml @@ -11,9 +11,9 @@ function submitPressed() { if (document.forms.f.checkValidity()) { b = document.getElementById("b"); 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(); -} + } }