Skip to content

Commit

Permalink
fix for updateBrowserURL config option
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 27, 2018
1 parent c0e7d77 commit ea64be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/JBrowse/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,7 @@ _configDefaults: function() {
show_overview: true,
show_fullviewlink: true,
update_browser_title: true,
updateBrowserURL: true,

refSeqs: "{dataRoot}/seq/refSeqs.json",
include: [
Expand Down
1 change: 0 additions & 1 deletion src/JBrowse/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function (

return browser.makeCurrentViewURL({ nav: 1, tracklist: 1, overview: 1 });
},
updateBrowserURL: true,
electronData: queryParams.electronData || (Util.isElectron() && electronRequire('electron').remote.app.getPath('userData'))
};

Expand Down

0 comments on commit ea64be2

Please sign in to comment.