From b2408c92a5ec9fd31dc36f9dec6de6bf7947a8b0 Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Fri, 1 Mar 2013 21:57:13 +0000 Subject: [PATCH] Didn't add the restart button after all --- octoprint/static/js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/static/js/ui.js b/octoprint/static/js/ui.js index a799e51..d96485a 100644 --- a/octoprint/static/js/ui.js +++ b/octoprint/static/js/ui.js @@ -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",