aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-18 23:45:55 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-18 23:45:55 +0100
commitb2ad4e8c2a41fda822fb2c52d470aaddd4dd1102 (patch)
tree75caee6090971691ab9ac6a92caa731c36ecac88 /view/theme/redbasic/js
parent2bdf63d069954dcdcd211f519bdc7a1d8fee1295 (diff)
downloadvolse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.gz
volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.bz2
volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.zip
bs4 fixes
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 07412151f..b522f8dd1 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -26,7 +26,7 @@ $(document).ready(function() {
});
}
- if(($(window).width() < 767) && ($('#left_aside_wrapper .widget').length > 0))
+ if(($(window).width() < 767) && ($('#left_aside_wrapper .widget, #left_aside_wrapper .vcard').length > 0))
$('#expand-aside').show();
else
$('#expand-aside').hide();