tushart91 / html5up-prologue

www.tushartiwari.com
MIT License
0 stars 0 forks source link

navigation option is not highlighted #1

Open nfabian13 opened 9 years ago

nfabian13 commented 9 years ago

When I click an option in the navigation pane, the link is not highlighted. I am using a Standard link format because I want to navigate to another page of my site rather than scroll down in to a section. I am using ASP.NET MVC.

This is my code in _Layout.cshtml

<li><a href="@Url.Action("Index","Dictionary")" id="dictionary-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Dictionary</span></a></li>

any idea how to solve this issue?
nfabian13 commented 9 years ago

I also received an error in the browser:

Uncaught TypeError: Cannot read property 'link' of undefined