BootstrapDash / corona-free-dark-bootstrap-admin-template

Free dark admin template based on Bootstrap 4.
https://www.bootstrapdash.com/demo/corona-free/jquery/template/index.html
MIT License
286 stars 186 forks source link

Menu Always Active #20

Open planktonwhc opened 2 years ago

planktonwhc commented 2 years ago

when im install with codeigniter, menu item always active if use baseurl/siteurl. but if use external link menu not active

HORKimhab commented 1 year ago

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;

AndreDwiF commented 8 months ago

not help me, that same