remove timeout on changing runstate.
parent
fc017893bc
commit
23dde04725
|
@ -54,7 +54,7 @@ $j(document).ready(function() {
|
|||
url: thisUrl,
|
||||
data: formData,
|
||||
dataType: 'html',
|
||||
enocde: true
|
||||
timeout: 0
|
||||
}).done(function(data) {
|
||||
location.reload();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue