Line 43: | Line 43: | ||
if ($(this).prop('href') == window.location.href) { | if ($(this).prop('href') == window.location.href) { | ||
$(this).addClass('current'); | $(this).addClass('current'); | ||
+ | console.log(window.location.href); | ||
+ | console.log(this); | ||
+ | |||
} | } | ||
}); | }); |
Revision as of 13:12, 12 October 2016