mirror of https://github.com/ColorlibHQ/gentelella
Merge pull request #111 from christianesperar/master
Fix sidebar not autamatically add active class if url contains paramaterspull/118/head
commit
415675ef16
|
@ -4,7 +4,7 @@
|
||||||
* and open the template in the editor.
|
* and open the template in the editor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var URL = window.location,
|
var URL = window.location.href.split('?')[0],
|
||||||
$BODY = $('body'),
|
$BODY = $('body'),
|
||||||
$MENU_TOGGLE = $('#menu_toggle'),
|
$MENU_TOGGLE = $('#menu_toggle'),
|
||||||
$SIDEBAR_MENU = $('#sidebar-menu'),
|
$SIDEBAR_MENU = $('#sidebar-menu'),
|
||||||
|
|
Loading…
Reference in New Issue