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