diff --git a/octoprint_extradistance/static/js/extradistance.js b/octoprint_extradistance/static/js/extradistance.js index 2ab80c8..9abb37c 100644 --- a/octoprint_extradistance/static/js/extradistance.js +++ b/octoprint_extradistance/static/js/extradistance.js @@ -12,7 +12,7 @@ $(function() { self.control.distances2 = ko.observableArray([5, 50, 100, 150]); if ($("#touch body").length == 0) { - $(".distance").remove(); + $(".jog-panel .distance").remove(); $("#control-jog-z").after("\
\
\