Skip to content

Commit

Permalink
Restore delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 14, 2018
1 parent 2abe2f5 commit 79d7a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/Browser.js
Expand Up @@ -528,7 +528,7 @@ loadSessions: function() {
array.forEach( obj, function( session ) {
var tr = dojo.create( 'tr', {}, table );
var url = window.location.href.split('?')[0] + "?data=" + Util.replacePath( session.session );
dojo.create('td', {
dojo.create('div', {
"class": "dijitIconDelete",
onclick: function(e) {
if( confirm( "This will simply delete your session from the list, it won't remove any data files. Are you sure you want to continue?" ) ) {
Expand Down

0 comments on commit 79d7a2c

Please sign in to comment.