Didn't add the restart button after all

master
Richard Mitchell 2013-03-01 21:57:13 +00:00
parent 324601dfed
commit b2408c92a5
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ $(function() {
//~~ Print job control
$("#job_print, #job_restart").click(function() {
$("#job_print").click(function() {
$.ajax({
url: AJAX_BASEURL + "control/print",
type: "POST",