Ticket #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: | ||
| Blocking: | Blocked by: |
Description
Around line 80 of modal-form.html:
allFields.removeClass( "ui-state-error' );
Mixing single and double quotes confuses most browsers.
Change History
Note: See
TracTickets for help on using
tickets.


Duplicate of #6074.