We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcde38d commit 82b1595Copy full SHA for 82b1595
1 file changed
demos/dialog/modal-form.html
@@ -77,7 +77,7 @@
77
buttons: {
78
"Create an account": function() {
79
var bValid = true;
80
- allFields.removeClass( "ui-state-error' );
+ allFields.removeClass( "ui-state-error" );
81
82
bValid = bValid && checkLength( name, "username", 3, 16 );
83
bValid = bValid && checkLength( email, "email", 6, 80 );
0 commit comments