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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

morbiD’s picture

Patch wasn't listed.