Didn't add the restart button after all
This commit is contained in:
parent
324601dfed
commit
b2408c92a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue