|
|
@ -14,7 +14,6 @@
|
|
|
|
</div>');
|
|
|
|
</div>');
|
|
|
|
|
|
|
|
|
|
|
|
$('.account-username-box').append(links);
|
|
|
|
$('.account-username-box').append(links);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(document).ready(function() {
|
|
|
@ -31,6 +30,13 @@
|
|
|
|
favouritesLink.hide();
|
|
|
|
favouritesLink.hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jQuery('.account-sub-links span a').removeClass('bold').each(function() {
|
|
|
|
|
|
|
|
var href = this.getAttribute('href');
|
|
|
|
|
|
|
|
if (window.location.href.indexOf(href) !== -1) {
|
|
|
|
|
|
|
|
jQuery(this).addClass('bold');
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
}());
|
|
|
|
}());
|