Skip to content

Commit 74b3d55

Browse files
committed
Update form ID for validation and add new entry to .gitignore
1 parent 4af8d13 commit 74b3d55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ docs/modal.html
3838

3939
/.yohn
4040
_docs/
41+
42+
/zzz

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ <h6 class="fw-n">Classless!</h6>
741741
<!-- /Floating Labels -->
742742
<hr>
743743
<!-- Validation -->
744-
<form action="javascript:void(0);" id="validate">
744+
<form action="javascript:void(0);" id="validation">
745745
<article>
746746
<header>
747747
<h2>Validation</h2>

0 commit comments

Comments
 (0)