replace href="#" with href="javascript:void(0);" everywhere

This commit is contained in:
Art Lowel
2022-01-24 09:27:19 +01:00
parent 70b456dbfc
commit c34f75b443
12 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
(keydown.space)="$event.preventDefault()"
(mouseenter)="activateSection($event)"
(mouseleave)="deactivateSection($event)">
<a href="#" class="nav-link dropdown-toggle" routerLinkActive="active"
<a href="javascript:void(0);" class="nav-link dropdown-toggle" routerLinkActive="active"
id="browseDropdown" (click)="toggleSection($event)"
data-toggle="dropdown">
<ng-container