diff options
-rw-r--r-- | demos/dialog/modal-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 9c750be72..291cad37b 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -77,7 +77,7 @@ buttons: { "Create an account": function() { var bValid = true; - allFields.removeClass( "ui-state-error' ); + allFields.removeClass( "ui-state-error" ); bValid = bValid && checkLength( name, "username", 3, 16 ); bValid = bValid && checkLength( email, "email", 6, 80 ); |