forked from 0x2620/pandora
add noop resize method to info views (so that jquery's resize doesn't get called on window resize) - fixes #1905
This commit is contained in:
parent
1ac76c99df
commit
4665bf302a
2 changed files with 4 additions and 0 deletions
|
@ -1052,6 +1052,8 @@ pandora.ui.infoView = function(data) {
|
|||
toggleIconSize();
|
||||
};
|
||||
|
||||
that.resize = Ox.noop;
|
||||
|
||||
that.bindEvent({
|
||||
pandora_icons: that.reload,
|
||||
pandora_showsiteposters: function() {
|
||||
|
|
|
@ -778,6 +778,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