commit/galaxy-central: guerler: Enhance button for trackster visualization in data display viewer
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/dbfc964167ae/ Changeset: dbfc964167ae User: guerler Date: 2013-04-10 23:30:27 Summary: Enhance button for trackster visualization in data display viewer Affected #: 1 file diff -r 4fd592dfc594b2d31c2252915290a4e74f8f62f7 -r dbfc964167ae66025cf93059ac157c611742322b static/scripts/mvc/data.js --- a/static/scripts/mvc/data.js +++ b/static/scripts/mvc/data.js @@ -257,11 +257,11 @@ this.col.start = metadata.startCol - 1; this.col.end = metadata.endCol - 1; } - + // check - if(this.col.chrom) + if(this.col.chrom === null) return; - + // get dataset id if (typeof options.model.attributes.id === "undefined") console.log("TabularButtonTrackster : Dataset identification is missing."); @@ -290,7 +290,7 @@ btn_viz_show: function (e) { // check - if(this.col.chrom) + if(this.col.chrom === null) return; // get selected data line Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org