Skip to content

Commit 3bd8af1

Browse files
committed
Merge branch 'patch-2' of git://github.com/martijnb92/CRUD into martijnb92-patch-2
2 parents 3839f42 + 57847b4 commit 3bd8af1

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, 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)