Skip to content

Commit e44c0b0

Browse files
committed
Hotfix (breaks nucleosome slider, needs to be amended)
1 parent 7b8804b commit e44c0b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/widgets/main_plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ $(function() {
585585
// Change axes input text boxes
586586
$("#axes-input").axes_input("change_axis_limits", this.xmin, this.xmax, this.ymin, this.ymax, false)
587587
}
588-
$("#nucleosome-slider").nucleosome_slider("update_all");
588+
// $("#nucleosome-slider").nucleosome_slider("update_all");
589589
$("#reference-axes-pane").reference_axes("update_all");
590590
},
591591

js/widgets/nucleosome_slider.js

-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ $(function() {
313313
this.plot_pointers();
314314
this.update_text_boxes();
315315
}
316-
console.log(this.projection_coords);
317316
},
318317

319318
get_projection_coords(){

0 commit comments

Comments
 (0)