resize news, fixes #555

This commit is contained in:
j 2012-02-20 05:55:53 +00:00
commit a9cf0306d4
2 changed files with 10 additions and 6 deletions

View file

@ -151,7 +151,7 @@ pandora.ui.siteDialog = function(section) {
if (selected == 'contact') {
pandora.$ui.contactForm.resize();
} else if (selected == 'news') {
pandora.$ui.news.resize(data);
}
}
});