refactoring

This commit is contained in:
rolux 2011-09-27 14:14:40 +00:00
commit 164961e562
16 changed files with 349 additions and 637 deletions

View file

@ -689,7 +689,7 @@ pandora.ui.list = function() {
}).reloadList(true);
},
showSitePoster: function() {
that.reloadList(true);
pandora.user.ui.icons == 'poster' && that.reloadList(true);
}
});
}