gregH commited on
Commit
3ff74af
1 Parent(s): 1b4fa79

Update assets/js/calibration.js

Browse files
Files changed (1) hide show
  1. assets/js/calibration.js +0 -1
assets/js/calibration.js CHANGED
@@ -42,7 +42,6 @@ $(document).ready(function(){
42
  min: 0,
43
  max: 800,
44
  value: 100,
45
- disabled: true,
46
  create: function() {bin_handle.text($(this).slider("value"));},
47
  slide: function(event, ui) {bin_handle.text(ui.value);diagram.src = updateFigurePath(ui.value);},
48
  });
 
42
  min: 0,
43
  max: 800,
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
  });