From 64fa66e3273df4d422982a3af34f1741aa79b159 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 21 Oct 2013 21:15:36 +0200 Subject: [PATCH] add noop resize method to default info view too --- static/js/infoView.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/infoView.js b/static/js/infoView.js index d18dd4e9..479d824d 100644 --- a/static/js/infoView.js +++ b/static/js/infoView.js @@ -632,6 +632,8 @@ pandora.ui.infoView = function(data) { toggleIconSize(); }; + that.resize = Ox.noop; + that.bindEvent({ pandora_icons: that.reload, pandora_showsiteposters: function() {