forked from 0x2620/pandora
add noop resize method to default info view too
This commit is contained in:
parent
4665bf302a
commit
64fa66e327
1 changed files with 2 additions and 0 deletions
|
@ -632,6 +632,8 @@ pandora.ui.infoView = function(data) {
|
|||
toggleIconSize();
|
||||
};
|
||||
|
||||
that.resize = Ox.noop;
|
||||
|
||||
that.bindEvent({
|
||||
pandora_icons: that.reload,
|
||||
pandora_showsiteposters: function() {
|
||||
|
|
Loading…
Reference in a new issue