Simplify dynamic navbar styling & include top app bar via jQuery
Remove the need to specify the current URL in order to style the selected item in the navbar
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
window.activated_drawer_item_link = "/luhn-algorithm";
|
||||
|
||||
document.addEventListener("keyup", function(event) {
|
||||
// stop any code that may normally run when enter key pressed
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user