fix #1909 (that.resize -> that.resizeElement)

This commit is contained in:
rolux 2013-10-22 15:57:35 +02:00
commit 55bc138775
12 changed files with 15 additions and 21 deletions

View file

@ -1148,7 +1148,7 @@ pandora.ui.infoView = function(data) {
pandora.user.level == 'admin' && $list.replaceWith($list = renderList());
};
that.resize = function() {
that.resizeElement = function() {
var height = getHeight() + 'px';
$data.css({height: height});
$list && $list.css({height: height});