fix text resize, edit title/redirect
This commit is contained in:
parent
9a288e8893
commit
58081e1f16
2 changed files with 12 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue