Skip to content

Commit

Permalink
fix: sidebar active class issue (stisla#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nauvalazhar committed Oct 3, 2022
1 parent bd95302 commit 238b9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $(function() {
return false;
});

$('.main-sidebar .sidebar-menu li.active').removeClass('active');
$('.main-sidebar .sidebar-menu li.active.dropdown').removeClass('active');

if(active==true) {
me.parent().removeClass('active');
Expand Down

0 comments on commit 238b9c3

Please sign in to comment.