diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-06 11:14:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-06 11:14:59 -0800 |
commit | 00cfc4be44fdb5c3d6d9a7f78d4a1726708bdc6e (patch) | |
tree | d606191564f7852ba0cb72c5ead664257b9fbe06 /view/theme/redbasic/js | |
parent | d8472cc9f52638dd64eafc731c3009af4b918451 (diff) | |
parent | 70edcabca1e9341b857c469760c88e5c9d318c53 (diff) | |
download | volse-hubzilla-00cfc4be44fdb5c3d6d9a7f78d4a1726708bdc6e.tar.gz volse-hubzilla-00cfc4be44fdb5c3d6d9a7f78d4a1726708bdc6e.tar.bz2 volse-hubzilla-00cfc4be44fdb5c3d6d9a7f78d4a1726708bdc6e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 5410999b4..81a95c68b 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -53,8 +53,8 @@ $(document).ready(function() { }); $('.usermenu-head').click(function() { - if($('#navbar-collapse-1').hasClass('in')){ - $('#navbar-collapse-1').removeClass('in'); + if($('#navbar-collapse-1, #navbar-collapse-2').hasClass('in')){ + $('#navbar-collapse-1, #navbar-collapse-2').removeClass('in'); } }); |