From fa0a610a8c0c99e56749595cc467c93a843225b9 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 18 Sep 2013 11:34:36 +0200 Subject: [PATCH] commented out call to missing setPrintprogress() --- js/buttonbehaviors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/buttonbehaviors.js b/js/buttonbehaviors.js index 17c7a5c..9fbd2f6 100644 --- a/js/buttonbehaviors.js +++ b/js/buttonbehaviors.js @@ -311,7 +311,7 @@ function update() { thermometer.update(printer.temperature, printer.targetTemperature); } - setPrintprogress(printer.currentLine/printer.num_lines); + //setPrintprogress(printer.currentLine/printer.num_lines); var btnPrint= $("#btnPrint");