Skip to content

Commit ff4e2e0

Browse files
authored
Enable active class for navbar
Enable the active class for links in 'topbar_right_content.blade' and 'topbar_right_content.blade'
1 parent 8109ca0 commit ff4e2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/base/inc/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<script>
4949
// Set active state on menu element
5050
var full_url = "{{ Request::fullUrl() }}";
51-
var $navLinks = $(".sidebar-nav li a");
51+
var $navLinks = $(".sidebar-nav li a, .app-header li a");
5252
5353
// First look for an exact match including the search string
5454
var $curentPageLink = $navLinks.filter(

0 commit comments

Comments
 (0)