Skip to content

Commit 295720b

Browse files
authored
Merge pull request #29 from aykutcan/master
Fix comment lines in auth javascripts
2 parents 7277b8b + 5c04078 commit 295720b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/auth/reset/reset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//LoginForm validation
1+
//ResetForm validation
22
$(function() {
33
if (!$('#reset-form').length) {
44
return false;

src/auth/signup/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//LoginForm validation
1+
//SignupForm validation
22
$(function() {
33
if (!$('#signup-form').length) {
44
return false;

0 commit comments

Comments
 (0)