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() {
|
||||
clearInterval(interval);
|
||||
unlockform();
|
||||
window.location.href = "/getjob/" + jobid
|
||||
window.location.href = "/getjob/" + jobid;
|
||||
},
|
||||
500: function() {
|
||||
clearInterval(interval);
|
||||
|
|
Loading…
Reference in a new issue