misc fixes (disable special theme for firefox, keep vertical scrollbar in movies browser from appearing in firefox)

This commit is contained in:
rolux 2011-11-11 15:15:13 +00:00
commit b0f12e5ac3
5 changed files with 8 additions and 17 deletions

View file

@ -326,6 +326,7 @@ pandora.ui.accountSignoutDialog = function() {
title: 'Sign Out'
}).bindEvent('click', function() {
that.close();
pandora.UI.set({page: ''});
pandora.api.signout({}, function(result) {
pandora.signout(result.data);
});