corona-free-dark-bootstrap-admin-template
corona-free-dark-bootstrap-admin-template copied to clipboard
Menu Always Active
when im install with codeigniter, menu item always active if use baseurl/siteurl. but if use external link menu not active
Go to this file: https://github.com/BootstrapDash/corona-free-dark-bootstrap-admin-template/blob/master/template/assets/js/misc.js
and change var current = location.pathname.split("/").slice(-1)[0].replace(/^/|/$/g, '');
to var current = window.location.href
;
not help me, that same