fix #1909 (that.resize -> that.resizeElement)
This commit is contained in:
parent
64fa66e327
commit
55bc138775
12 changed files with 15 additions and 21 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue