corona-free-dark-bootstrap-admin-template icon indicating copy to clipboard operation
corona-free-dark-bootstrap-admin-template copied to clipboard

Menu Always Active

Open planktonwhc opened this issue 2 years ago • 2 comments

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

planktonwhc avatar Jul 01 '22 10:07 planktonwhc

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;

HORKimhab avatar Aug 22 '22 09:08 HORKimhab

not help me, that same

AndreDwiF avatar Nov 14 '23 07:11 AndreDwiF