Skip to content

Commit

Permalink
Merge pull request #29 from aykutcan/master
Browse files Browse the repository at this point in the history
Fix comment lines in auth javascripts
  • Loading branch information
modularcoder authored Sep 27, 2016
2 parents 7277b8b + 5c04078 commit 295720b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth/reset/reset.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//LoginForm validation
//ResetForm validation
$(function() {
if (!$('#reset-form').length) {
return false;
Expand Down
2 changes: 1 addition & 1 deletion src/auth/signup/signup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//LoginForm validation
//SignupForm validation
$(function() {
if (!$('#signup-form').length) {
return false;
Expand Down

0 comments on commit 295720b

Please sign in to comment.