The real 7 seconds (7000) timeout for XHR posting.
This commit is contained in:
parent
2bdf192dab
commit
83ba1b0b5e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user