Add missing semicolon

This commit is contained in:
Kumi 2018-10-21 11:12:49 +02:00
parent f8eb917a94
commit b3afed936c

View file

@ -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);