Skip to content

Commit 3c8a3f9

Browse files
committed
The form don't reload the page on the first submit
1 parent fc61391 commit 3c8a3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<div class="panel-title">User Profile</div>
7272
<div class="selected-uname"></div>
7373

74-
<div class="user-form-panel-content">
74+
<form action="javascript:void(0);">
7575

76-
<form action="#">
76+
<div class="user-form-panel-content">
7777

7878
<!-- First Name-->
7979
<div class="field">

0 commit comments

Comments
 (0)