diff --git a/static/js/pandora/ui/menu.js b/static/js/pandora/ui/menu.js index 979d00b..825edfd 100644 --- a/static/js/pandora/ui/menu.js +++ b/static/js/pandora/ui/menu.js @@ -233,7 +233,7 @@ pandora.ui.mainMenu = function() { }) .bind({ click: function() { - $screen.find('div').add('#screen > input').animate({opacity: 0}, 250); + $screen.find('div').add('#screen > input').remove(); $logo.animate({ width: window.innerWidth + 'px' }, 500) @@ -258,7 +258,8 @@ pandora.ui.mainMenu = function() { .click(function(e) { e.stopPropagation(); }) - .appendTo($screen), + .appendTo($screen) + .focusInput(), $findButton = Ox.Button({ title: 'Find', width: 74 @@ -286,7 +287,7 @@ pandora.ui.mainMenu = function() { margin: 'auto', opacity: 0 }) - .appendTo($screen); + .appendTo($screen), $signupButton = Ox.Button({ title: 'Sign Up', width: 74 @@ -300,7 +301,7 @@ pandora.ui.mainMenu = function() { margin: 'auto', opacity: 0 }) - .appendTo($screen); + .appendTo($screen), $signinButton = Ox.Button({ title: 'Sign In', width: 74 @@ -314,9 +315,9 @@ pandora.ui.mainMenu = function() { margin: 'auto', opacity: 0 }) - .appendTo($screen); + .appendTo($screen), $aboutButton = Ox.Button({ - title: 'About', + title: 'About ' + pandora.app.site.site.name, width: 156 }) .css({ @@ -328,7 +329,22 @@ pandora.ui.mainMenu = function() { margin: 'auto', opacity: 0 }) - .appendTo($screen); + .appendTo($screen), + $text = $('