add extra class to removal selector
more specific selector for stock distance button removal
This commit is contained in:
parent
8e4e830f0b
commit
d8e88e6091
@ -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("\
|
||||
<div class=\"distance\" id=\"distance-selector\">\
|
||||
<div class=\"btn-group\" data-toggle=\"buttons-radio\" id=\"jog_distance1\">\
|
||||
|
Loading…
Reference in New Issue
Block a user