forked from 0x2620/pandora
user ox.ui events for pandora ui events
This commit is contained in:
parent
1f2bfe2f76
commit
76442b5f34
14 changed files with 119 additions and 145 deletions
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue