Skip to content

Commit 52d394c

Browse files
authored
Update index.html
1 parent 00264ce commit 52d394c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,7 @@ <h1>Notify Upon Release</h1>
168168
{
169169
if (/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(mail))
170170
{
171-
<<<<<<< HEAD
172-
//document.getElementById('frm1').submit();
173171
pass();
174-
=======
175-
document.getElementById('frm1').submit();
176-
177-
>>>>>>> 2aa0ae2a27ea8332a4ca38e0215d32b39a491b04
178172
return (true)
179173
}
180174
//alert("You have entered an invalid email address!");

0 commit comments

Comments
 (0)