Skip to content

Commit

Permalink
fix busy indicator for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 17, 2012
1 parent 2f835eb commit f6d8718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions faceted_track_selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
#faceted_tracksel .gridControls .busy_indicator {
z-index: 20;
visibility: hidden;

content: url("img/spinner.gif");
}


Expand Down
2 changes: 1 addition & 1 deletion js/View/TrackList/Faceted.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
this.dataGrid = this.renderGrid();
this.busyIndicator = dojo.create(
'div', {
innerHTML: 'BUSY',
innerHTML: '<img src="img/spinner.gif">',
className: 'busy_indicator'
}, this.containerElem );

Expand Down

0 comments on commit f6d8718

Please sign in to comment.