Skip to content

Commit

Permalink
Merge pull request #1976 from guerler/fix_ui_000
Browse files Browse the repository at this point in the history
[16.01] Fix dom duplication
  • Loading branch information
dannon committed Mar 22, 2016
2 parents 30750c3 + 5834616 commit fa14147
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/page.js
Expand Up @@ -32,7 +32,7 @@ var PageLayoutView = Backbone.View.extend( BaseMVC.LoggableMixin ).extend({
Galaxy.modal = this.modal = new Modal.View();
this.masthead = new Masthead.View( this.options.config );
this.$el.attr( 'scroll', 'no' );
this.$el.append( this._template() );
this.$el.html( this._template() );
this.$el.append( this.masthead.$el );
this.$el.append( this.modal.$el );
this.$messagebox = this.$( '#messagebox' );
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/page.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/layout/page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa14147

Please sign in to comment.