Skip to content

Commit

Permalink
fix show_welcome_with_login = True
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 3, 2016
1 parent a958277 commit 45f523f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var PageLayoutView = Backbone.View.extend( BaseMVC.LoggableMixin ).extend({
page[ panelId ].setElement( '#' + panelId );
page[ panelId ].render();
} else if ( panelId !== 'center' ) {
page.center.$el( panelId, 0 );
page.center.$el.css( panelId, 0 );
}
});
return this;
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/analysis.bundled.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 45f523f

Please sign in to comment.