Skip to content

Commit

Permalink
change class to element.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnb92 committed Aug 20, 2020
1 parent 4aecda8 commit 57847b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/base/inc/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<script>
// Set active state on menu element
var full_url = "{{ Request::fullUrl() }}";
var $navLinks = $(".sidebar-nav li a, .app-header li a");
var $navLinks = $(".sidebar-nav li a, header li a");
// First look for an exact match including the search string
var $curentPageLink = $navLinks.filter(
Expand Down

0 comments on commit 57847b4

Please # to comment.