From 11efe26644f8003845539ea5836d63e79110ec8a Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 22 Jul 2013 19:32:05 +0000 Subject: [PATCH] 0xDB info view: fix resize bug --- static/js/infoView.0xdb.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/infoView.0xdb.js b/static/js/infoView.0xdb.js index 190d11f3..6b461f63 100644 --- a/static/js/infoView.0xdb.js +++ b/static/js/infoView.0xdb.js @@ -1141,7 +1141,9 @@ pandora.ui.infoView = function(data) { }; that.resize = function() { - $list && $list.css({height: getHeight() + 'px'}); + var height = getHeight() + 'px'; + $data.css({height: height}); + $list && $list.css({height: height}); }; that.bindEvent({