Skip to content

Commit

Permalink
Merge branch 'release_16.01' into release_16.04
Browse files Browse the repository at this point in the history
Conflicts:
	static/scripts/bundled/analysis.bundled.js
	static/scripts/bundled/analysis.bundled.js.map
	static/scripts/bundled/libs.bundled.js
	static/scripts/bundled/libs.bundled.js.map
  • Loading branch information
martenson committed Apr 13, 2016
2 parents f03c037 + 1e3b3a1 commit 87dbfee
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/layout/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ var PageLayoutView = Backbone.View.extend( BaseMVC.LoggableMixin ).extend({
// TODO: remove globals
this.log( this + '.initialize:', options );
_.extend( this, _.pick( options, this._panelIds ) );
this.options = _.defaults( _.omit( options, this._panelIds ), this.defaultOptions );
this.options = _.defaults( _.omit( options.config, this._panelIds ), this.defaultOptions );
Galaxy.modal = this.modal = new Modal.View();
this.masthead = new Masthead.View( this.options.config );
this.masthead = new Masthead.View( this.options );
this.$el.attr( 'scroll', 'no' );
this.$el.html( this._template() );
this.$el.append( this.masthead.frame.$el );
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.

8 changes: 4 additions & 4 deletions static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions 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 87dbfee

Please sign in to comment.