gregH commited on
Commit
35ee035
·
verified ·
1 Parent(s): 2751a3d

Update assets/js/calibration.js

Browse files
Files changed (1) hide show
  1. assets/js/calibration.js +0 -1
assets/js/calibration.js CHANGED
@@ -43,7 +43,6 @@ $(document).ready(function(){
43
  max: 950,
44
  value: 100,
45
  create: function() {bin_handle.text($(this).slider("value"));},
46
- disabled: true,
47
  slide: function(event, ui) {bin_handle.text(ui.value);diagram.src = updateFigurePath(ui.value);},
48
  });
49
  var ts_handle = $("#ppl-threshold");
 
43
  max: 950,
44
  value: 100,
45
  create: function() {bin_handle.text($(this).slider("value"));},
 
46
  slide: function(event, ui) {bin_handle.text(ui.value);diagram.src = updateFigurePath(ui.value);},
47
  });
48
  var ts_handle = $("#ppl-threshold");