mirror of https://github.com/ColorlibHQ/gentelella
parent
97b8a8b1f1
commit
0621583461
4793
build/js/custom.js
4793
build/js/custom.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@
|
||||||
* and open the template in the editor.
|
* and open the template in the editor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var CURRENT_URL = window.location.href.split('#')[0].split('?')[0],
|
var CURRENT_URL = window.location.href,
|
||||||
$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