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

@@ -28,7 +28,7 @@
<span *ngIf="sectionRef.isOpen()" class="fas fa-chevron-up fa-fw"></span>
<span *ngIf="!sectionRef.isOpen()" class="fas fa-chevron-down fa-fw"></span>
</a>
<a href="#" class="close mr-3" *ngIf="!sectionRef.isMandatory()"
<a href="javascript:void(0);" class="close mr-3" *ngIf="!sectionRef.isMandatory()"
(click)="removeSection($event)">
<i class="fas fa-trash-o" aria-hidden="true" tabindex="0"></i>
</a>