Skip to content

Commit

Permalink
fixes #1979
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Dec 11, 2018
1 parent 8235fee commit cf3b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/apollo/js/View/Track/AnnotTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -5574,7 +5574,7 @@ define([
getHistoryForSelectedFeatures: function (selected) {
var track = this;
var content = dojo.create("div");
var historyDiv = dojo.create("div", {className: "history_div"}, content);
var historyDiv = dojo.create("div", {className: "jbrowse history_div"}, content);
var historyTable = dojo.create("div", {className: "history_table"}, historyDiv);
var historyHeader = dojo.create("div", {
className: "history_header",
Expand Down

0 comments on commit cf3b431

Please sign in to comment.