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:
rolux 2013-10-21 17:33:54 +02:00
parent 1ac76c99df
commit 4665bf302a
2 changed files with 4 additions and 0 deletions

View file

@ -1052,6 +1052,8 @@ pandora.ui.infoView = function(data) {
toggleIconSize();
};
that.resize = Ox.noop;
that.bindEvent({
pandora_icons: that.reload,
pandora_showsiteposters: function() {

View file

@ -778,6 +778,8 @@ pandora.ui.infoView = function(data) {
toggleIconSize();
};
that.resize = Ox.noop;
that.bindEvent({
pandora_icons: that.reload,
pandora_showsiteposters: function() {