Opened 9 years ago
Closed 9 years ago
#14307 closed bug (notabug)
jQuery 2.0.3 fails to load in PrinceXML 9.0 rev 2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery seems to assume JSON.parse exists, which does not seem to be the case with Prince.
Commenting out the below line makes jQuery usable.
502 /* [mt] parseJSON: JSON.parse, */
Note: See
TracTickets for help on using
tickets.
You'd need to either shim it or use jQuery 1.x. PrinceXML isn't an environment we claim to support or test.