Add missing semicolon
This commit is contained in:
parent
f8eb917a94
commit
b3afed936c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $('#theform').submit(function(event){
|
||||||
200: function() {
|
200: function() {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
unlockform();
|
unlockform();
|
||||||
window.location.href = "/getjob/" + jobid
|
window.location.href = "/getjob/" + jobid;
|
||||||
},
|
},
|
||||||
500: function() {
|
500: function() {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|
Loading…
Reference in a new issue