remove timeout on changing runstate.

pull/2785/head
Isaac Connor 2019-12-20 16:10:30 -05:00
parent fc017893bc
commit 23dde04725
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $j(document).ready(function() {
url: thisUrl,
data: formData,
dataType: 'html',
enocde: true
timeout: 0
}).done(function(data) {
location.reload();
});