commit/galaxy-central: carlfeberhard: Fix to 389f0dcc1589: remove debugging code in index.mako
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e3179a433190/ Changeset: e3179a433190 User: carlfeberhard Date: 2015-02-09 22:42:13+00:00 Summary: Fix to 389f0dcc1589: remove debugging code in index.mako Affected #: 1 file diff -r 389f0dcc15892f77650979877fd1941dae575646 -r e3179a43319070d78d02a55e394fa765a3549a84 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.
participants (1)
-
commits-noreply@bitbucket.org