From 9fe9e04016eb1b3b35cf9b25208b92f1a0cedf5d Mon Sep 17 00:00:00 2001 From: ntoff Date: Wed, 11 Oct 2017 23:18:34 +1000 Subject: [PATCH] fix button while printing (touchUI) missed that one :( --- octoprint_fanspeedslider/static/js/fanslider.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_fanspeedslider/static/js/fanslider.js b/octoprint_fanspeedslider/static/js/fanslider.js index 5a54f49..e4f610c 100644 --- a/octoprint_fanspeedslider/static/js/fanslider.js +++ b/octoprint_fanspeedslider/static/js/fanslider.js @@ -47,7 +47,7 @@ $(function() {
\
\ \ - \ + \
\
\ "); @@ -61,4 +61,4 @@ $(function() { FanSliderPluginViewModel, ["settingsViewModel", "controlViewModel", "loginStateViewModel"] ]); -}); \ No newline at end of file +});