Skip to content

Instantly share code, notes, and snippets.

@dannon
Created December 28, 2015 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannon/bd470d9c70019b07cb8b to your computer and use it in GitHub Desktop.
Save dannon/bd470d9c70019b07cb8b to your computer and use it in GitHub Desktop.
diff --git a/client/galaxy/scripts/apps/analysis.js b/client/galaxy/scripts/apps/analysis.js
index 5195fc7..c704918 100644
--- a/client/galaxy/scripts/apps/analysis.js
+++ b/client/galaxy/scripts/apps/analysis.js
@@ -155,6 +155,8 @@ window.app = function app( options, bootstrapped ){
Galaxy.user.fetch({ url: Galaxy.user.urlRoot() + '/' + ( Galaxy.user.id || 'current' ) });
});
analysisPage.right.historyView.connectToQuotaMeter( analysisPage.masthead.quotaMeter );
+ analysisPage.right.toggle();
+ analysisPage.left.toggle();
// start the router - which will call any of the routes above
Backbone.history.start({
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment