mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-11 11:33:59 +01:00
Edited progressbars
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
$(document).ready(function () {
|
||||
$("#nav li a").each(function () {
|
||||
var hreflink = $(this).attr("href");
|
||||
if (hreflink == location.href.split("/").pop()) {
|
||||
var locationHref = location.href.split("/").pop();
|
||||
if (hreflink == locationHref) {
|
||||
$(this).parent().addClass("selected");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user