Search and Top Navigation
#6243 closed bug (duplicate)
Opened October 29, 2010 01:02PM UTC
Closed October 29, 2010 01:04PM UTC
Last modified October 11, 2012 09:15PM UTC
Modal Form Dialog demo: unterminated string literal
Reported by: | etd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | [meta] ui.demos | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Around line 80 of modal-form.html:
allFields.removeClass( "ui-state-error' );
Mixing single and double quotes confuses most browsers.
Duplicate of #6074.