Skip to content

Commit f3f344f

Browse files
pconerlyjzaefferer
authored andcommitted
Fixed bug in RTM demo page. Closes jquery-validationgh-833
1 parent ae54bd5 commit f3f344f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/milk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
emails = ["glen@marketo.com", "george@bush.gov", "me@god.com", "aboutface@cooper.com", "steam@valve.com", "bill@gates.com"];
2020
this.responseText = "true";
2121
if ( $.inArray( email, emails ) !== -1 ) {
22-
this.responseText = "That's already taken.";
22+
this.responseText = "false";
2323
}
2424
},
2525
responseTime: 500

0 commit comments

Comments
 (0)