forked from 0x2620/pandora
resize filters
This commit is contained in:
parent
20e43ff0c7
commit
484e052627
1 changed files with 1 additions and 0 deletions
|
@ -3026,6 +3026,7 @@ pandora.resizeWindow = function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (pandora.user.ui.section == 'documents') {
|
} else if (pandora.user.ui.section == 'documents') {
|
||||||
|
pandora.resizeFilters(pandora.$ui.documentPanel.width());
|
||||||
if (pandora.user.ui.document) {
|
if (pandora.user.ui.document) {
|
||||||
pandora.$ui.document && pandora.$ui.document.update();
|
pandora.$ui.document && pandora.$ui.document.update();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue