refactoring (intermediate state)

This commit is contained in:
rolux 2011-09-28 00:10:26 +00:00
commit ce8656ef53
11 changed files with 46 additions and 38 deletions

View file

@ -518,7 +518,7 @@ pandora.ui.infoView = function(data) {
that.bindEvent({
pandora_icons: that.reload,
pandora_showsiteposter: function() {
pandora.user.ui.icons == 'poster' && that.reload();
pandora.user.ui.icons == 'posters' && that.reload();
}
});