#6243 closed bug (duplicate)
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.
Note: See
TracTickets for help on using
tickets.
Duplicate of #6074.