summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/desktop/tags/home.tag12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/web/app/desktop/tags/home.tag b/src/web/app/desktop/tags/home.tag
index c751117517..55f36e0977 100644
--- a/src/web/app/desktop/tags/home.tag
+++ b/src/web/app/desktop/tags/home.tag
@@ -211,11 +211,13 @@
}
});
- if (this.refs.left.children.length == 0) {
- this.refs.left.parentNode.removeChild(this.refs.left);
- }
- if (this.refs.right.children.length == 0) {
- this.refs.right.parentNode.removeChild(this.refs.right);
+ if (!this.opts.customize) {
+ if (this.refs.left.children.length == 0) {
+ this.refs.left.parentNode.removeChild(this.refs.left);
+ }
+ if (this.refs.right.children.length == 0) {
+ this.refs.right.parentNode.removeChild(this.refs.right);
+ }
}
if (this.opts.customize) {