add noop resize method to default info view too

This commit is contained in:
rolux 2013-10-21 21:15:36 +02:00
parent 4665bf302a
commit 64fa66e327

View File

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