-
☆ A M B ☆
- 24,524 Posts
There's a nasty bug if you try to set a manual source for jQuery in the plugin's configuration. On line 36 of mm.inc.php it uses a variable $js_src_override which does not exist, causing system errors, javascript errors, cats and dogs cohabiting and other general mayhem.
The solution is to replace that variable with $js_src_type, which is the one defined.