From 47a35374904c2ae4038d1075af4f477bbec437b0 Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 18 Nov 2017 07:21:29 +1000 Subject: [PATCH] move input box under touchUI + fix non functional button move the input box over underneath the feedrate / flowrate to keep them all in the same spot and fix the stupid button not working in firefox (NFI why it didn't work, the code is literally the same it's just in a new spot. GG) --- octoprint_fanspeedslider/static/js/fanslider.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/octoprint_fanspeedslider/static/js/fanslider.js b/octoprint_fanspeedslider/static/js/fanslider.js index 878cf68..362dc63 100644 --- a/octoprint_fanspeedslider/static/js/fanslider.js +++ b/octoprint_fanspeedslider/static/js/fanslider.js @@ -88,14 +88,10 @@ $(function () { \ "); //also add spin box + button below in its own section, button is redundant but convenient - $("#control-jog-extrusion").after("\ -
\ -
\ - \ - \ -
\ -
\ - "); + $("#control-jog-feedrate").append("\ + \ + \ + "); } } catch (error) {