fix text resize, edit title/redirect

This commit is contained in:
j 2013-08-17 16:32:33 +02:00
commit 58081e1f16
2 changed files with 12 additions and 4 deletions

View file

@ -1901,6 +1901,9 @@ pandora.resizeFolders = function(section) {
pandora.$ui.folder[pos].updatePanel();
}
});
if (pandora.user.ui.section == 'texts') {
pandora.$ui.text && pandora.$ui.text.update();
}
};
pandora.resizeWindow = function() {
@ -1981,7 +1984,7 @@ pandora.resizeWindow = function() {
});
}
} else if (pandora.user.ui.section == 'texts') {
// ...
pandora.$ui.text && pandora.$ui.text.update();
}
};