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.

CommentFileSizeAuthor
#1 markitup_jquery_selector_syntax.patch1.85 KBmorbiD

Comments

morbiD’s picture

StatusFileSize
new1.85 KB

Patch wasn't listed.