Skip to content

Commit 4aecda8

Browse files
committed
indent
1 parent ff4e2e0 commit 4aecda8

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, .app-header 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)