user ox.ui events for pandora ui events

This commit is contained in:
rolux 2011-09-28 01:30:13 +02:00
commit 76442b5f34
14 changed files with 119 additions and 145 deletions

View file

@ -515,9 +515,9 @@ pandora.ui.infoView = function(data) {
$data.css({height: height + 'px'});
};
pandora.UI.bind({
icons: that.reload,
showSitePoster: function() {
that.bindEvent({
pandora_icons: that.reload,
pandora_showsiteposter: function() {
pandora.user.ui.icons == 'poster' && that.reload();
}
});