public/js/jquery.t.js in sequenceserver-1.0.0.pre.5 vs public/js/jquery.t.js in sequenceserver-1.0.0
- old
+ new
@@ -114,11 +114,11 @@
var hitPanels, hits = [];
hitPanels = $queryDiv.find('.hitn').slice(0, index + howMany);
hitPanels.map(function () {
var $this = $(this);
var _hsps = [];
- $this.find('.hsps').each(function () {
+ $this.find('.hsp').each(function () {
var __hsps = [];
__hsps = $(this).data();
__hsps.hspId = this.id;
_hsps.push(__hsps);
});
@@ -284,10 +284,10 @@
var p_hsp = d;
var p_id = d.hitId;
var p_count = d.length;
d3.select(this)
- .selectAll('.hsps')
+ .selectAll('.hsp')
.data(d).enter()
.append('a')
.each(function (_, j) {
// Drawing the HSPs connector line using the same
// color as that of the hit track (using lookahead).