public/js/circos.js in sequenceserver-1.1.0.beta10 vs public/js/circos.js in sequenceserver-1.1.0.beta11
- old
+ new
@@ -406,10 +406,10 @@
}, this))
_.each(this.hit_arr, _.bind(function(id, index) {
this.chordsHide = [];
this.layoutHide = [];
if (id) {
- $(".circos-distribution .Hit_"+this.clean_id(id)).attr('data-toggle','tooltip')
+ $(".circos .Hit_"+this.clean_id(id)).attr('data-toggle','tooltip')
.attr('title',id)
.on('click', _.bind(function (event) {
event.stopPropagation();
if (selected[index] != id) {
selected[index] = id;