1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7ba09a5bbe9d/ Changeset: 7ba09a5bbe9d User: carlfeberhard Date: 2015-02-10 20:12:46+00:00 Summary: Fix to 109da69: remove debugging from index.mako Affected #: 1 file diff -r 374318d710755d92b8cea81f34c226ecd60741a5 -r 7ba09a5bbe9d88ca035b44f2178d7d32442cf2e1 templates/webapps/galaxy/root/index.mako --- a/templates/webapps/galaxy/root/index.mako +++ b/templates/webapps/galaxy/root/index.mako @@ -152,12 +152,6 @@ currPanel.connectToQuotaMeter( Galaxy.quotaMeter ); currPanel.loadCurrentHistory(); Galaxy.currHistoryPanel = currPanel; - -currPanel.once( 'rendered', function(){ - currPanel.showSelectors(); - currPanel.selectAll(); - _.last( currPanel.actionsPopup.options ).func(); -}); }); }); </script> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.