Opened 11 years ago
Closed 11 years ago
#27689 closed defect (bug) (fixed)
Widget Customizer: jQuery migrate warning thrown due to leading whitespace in template
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
The following javascript warning is being thrown by the widget customizer:
JQMIGRATE: $(html) HTML strings must start with '<' character
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
27689-01.patch removes the leading/trailing whitespace, which gets rid of the jQuery warning.