diff --git a/server/static/worker.js b/server/static/worker.js index 4ccfa38..3360e68 100644 --- a/server/static/worker.js +++ b/server/static/worker.js @@ -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);