some fixes for the recent changes in the personal menu dropdown
This commit is contained in:
@@ -32,7 +32,7 @@ $(document).ready(function() {
|
||||
$('#expand-tabs-icon').toggleClass('fa-arrow-circle-down').toggleClass('fa-arrow-circle-up');
|
||||
});
|
||||
|
||||
$('#avatar').click(function() {
|
||||
$('.usermenu-head').click(function() {
|
||||
if($('#navbar-collapse-1').hasClass('in')){
|
||||
$('#navbar-collapse-1').removeClass('in');
|
||||
}
|
||||
|
Reference in New Issue
Block a user