Browse Source

#914: Revert identical to previous version

phuoc 11 years ago
parent
commit
ccc7a0a9f8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      demo/index.html

+ 3 - 3
demo/index.html

@@ -272,9 +272,9 @@ $(document).ready(function() {
             },
             confirmPassword: {
                 validators: {
-//                    notEmpty: {
-//                        message: 'The confirm password is required and cannot be empty'
-//                    },
+                    notEmpty: {
+                        message: 'The confirm password is required and cannot be empty'
+                    },
                     identical: {
                         field: 'password',
                         message: 'The password and its confirm are not the same'