Search and Top Navigation
#6203 closed bug (duplicate)
Opened October 19, 2010 04:07PM UTC
Closed October 27, 2010 08:40PM UTC
Last modified October 11, 2012 09:15PM UTC
Dialog modal form demo is broken
| Reported by: | rspindel | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | [meta] ui.demos | Version: | 1.8.5 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
unterminated string literal error
required changes:
77: allFields.removeClass( "ui-state-error' );
77: allFields.removeClass( "ui-state-error" );
Duplicate of #6074.