v1.18.x
Barış Soner Uşaklı 7 years ago committed by GitHub
parent 08c45c3743
commit df4f5f6f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,7 +226,7 @@ app.cacheBuster = null;
};
function highlightNavigationLink() {
var path = window.location.pathname;
var path = window.location.pathname + window.location.search;
$('#main-nav li').removeClass('active');
if (path) {
$('#main-nav li').removeClass('active').find('a[href="' + path + '"]').parent().addClass('active');

Loading…
Cancel
Save