commit/galaxy-central: guerler: Masthead: Fix login
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9be62566dbb6/ Changeset: 9be62566dbb6 User: guerler Date: 2013-11-27 19:44:25 Summary: Masthead: Fix login Affected #: 1 file diff -r 97940f59772dd8567c68cb8f895d00d99487fdb9 -r 9be62566dbb6f0a0bfc20f6a8027832399838861 static/scripts/galaxy.menu.js --- a/static/scripts/galaxy.menu.js +++ b/static/scripts/galaxy.menu.js @@ -223,14 +223,11 @@ }); // login - if (this.options.allow_user_creation) - { - tab_user.addMenu({ - title : "Login", - content : "user/login", - target : "galaxy_main" - }); - } + tab_user.addMenu({ + title : "Login", + content : "user/login", + target : "galaxy_main" + }); // register if (this.options.allow_user_creation) 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