From: Sarven Capadisli Date: Thu, 23 Apr 2009 21:51:49 +0000 (+0000) Subject: The real 7 seconds (7000) timeout for XHR posting. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83ba1b0b5ef10dc1101ba35bcde4710fd13179cc;p=quix0rs-gnu-social.git The real 7 seconds (7000) timeout for XHR posting. --- diff --git a/js/util.js b/js/util.js index c7b1272c8d..16422df579 100644 --- a/js/util.js +++ b/js/util.js @@ -166,7 +166,7 @@ $(document).ready(function(){ $("#notice_action-submit").addClass("disabled"); return true; }, - timeout: 1000, + timeout: 7000, error: function (xhr, textStatus, errorThrown) { $("#form_notice").removeClass("processing"); $("#notice_action-submit").removeAttr("disabled"); $("#notice_action-submit").removeClass("disabled");