#6132 closed bug (duplicate)
Dialog demo has mis-matched quotes
Reported by: | chrisbarr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.demos | Version: | 1.8.5 |
Keywords: | dialog, demo, quotes | Cc: | |
Blocked by: | Blocking: |
Description
The "modal form" dialog demo errors out when viewing the page.
The demo is located at http://jqueryui.com/demos/dialog/modal-form.html
On line 80 it has allFields.removeClass( "ui-state-error' );
Which has a mis-matched double and single quote. They should both be either single or double quotes.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
Duplicate of #6074