I was getting some errors (on comment reply pages) from the JS inserted by the markitup() function.
There are 5 lines written in the form $("link[@name*=value]") which should be in the form $("link[name*='value']") according to the jQuery documentation. Altering them fixed the errors.
See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | markitup_jquery_selector_syntax.patch | 1.85 KB | morbiD |
Comments
Comment #1
morbiD commentedPatch wasn't listed.