Skip to content

Commit 82b1595

Browse files
committed
Dialog demo: syntax error, errant single quote from last style guide update. Fixed #6074 - Dialog: demo of modal form broken
1 parent bcde38d commit 82b1595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/dialog/modal-form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
buttons: {
7878
"Create an account": function() {
7979
var bValid = true;
80-
allFields.removeClass( "ui-state-error' );
80+
allFields.removeClass( "ui-state-error" );
8181

8282
bValid = bValid && checkLength( name, "username", 3, 16 );
8383
bValid = bValid && checkLength( email, "email", 6, 80 );

0 commit comments

Comments
 (0)