Skip to content

Commit

Permalink
empty container before showing dataset selection page, fixes #1057
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 31, 2018
1 parent d4a1a56 commit c186e11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* Fixed a bug in which setup.sh did not accept nodejs version 10 as sufficiently recent.
(pull #1048, @cmdcolin)

* Fixed a bug in which the "Loading..." message erroneously appeared at the top of the
dataset-selection page. Many thanks to @srobb1 for noticing this and reporting it!
(issue #1057, @rbuels)

# Release 1.14.1 2018-05-02 22:04:33 UTC

## Minor improvements
Expand Down
1 change: 1 addition & 0 deletions src/JBrowse/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ fatalError: function( error ) {
&& this.config.datasets
&& ! this.config.datasets._DEFAULT_EXAMPLES
) {
dojo.empty(this.container)
new StandaloneDatasetList({ datasets: this.config.datasets })
.placeAt( this.container );
} else {
Expand Down

0 comments on commit c186e11

Please sign in to comment.