diff --git a/production/js/custom.js b/production/js/custom.js index 8d4604ea..45a0089c 100755 --- a/production/js/custom.js +++ b/production/js/custom.js @@ -4,7 +4,7 @@ * and open the template in the editor. */ -var URL = window.location, +var URL = window.location.href.split('?')[0], $BODY = $('body'), $MENU_TOGGLE = $('#menu_toggle'), $SIDEBAR_MENU = $('#sidebar-menu'),