We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when im install with codeigniter, menu item always active if use baseurl/siteurl. but if use external link menu not active
The text was updated successfully, but these errors were encountered:
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;
current = location.pathname.split("/").slice(-1)[0].replace(/^/|/$/g, '');
var current = window.location.href
Sorry, something went wrong.
not help me, that same
No branches or pull requests
when im install with codeigniter, menu item always active if use baseurl/siteurl.
but if use external link menu not active
The text was updated successfully, but these errors were encountered: