Modify ↓
Opened 17 years ago
Closed 17 years ago
#6873 closed defect (fixed)
JS error in $.loadStyleSheet
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | jquery |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
For Pygments highlighting - return
$ is undefined
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | LoadStyleSheet.patch added |
---|
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
Status: | new → assigned |
comment:2 by , 17 years ago
Strange, while $.loadStyleSheet
looks sure wrong now (with #5954), I can't trigger the error.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Nevermind, it had to be triggered by a late_link, and this happens only when rendering embedded code snippets, of course.
Applied in r6603, thanks again!
Note:
See TracTickets
for help on using tickets.
Thanks!