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

@ -172,9 +172,9 @@ pandora.ui.siteDialog = function(section) {
dialogHeight = data.height;
dialogWidth = data.width;
if (selected == 'contact') {
pandora.$ui.contactForm.resize();
pandora.$ui.contactForm.resizeElement();
} else if (selected == 'news') {
pandora.$ui.news.resize(data);
pandora.$ui.news.resizeElement(data);
}
},
key_down: function() {