• Hi!

    I think there’s a tiny error in adrotate-output.php on line 453:

    wp_enqueue_script('clicktrack-adrotate', plugins_url('/library/jquery.adrotate.clicktracker.js', __FILE__), false, null, $in_footer);

    is missing the jQuery dependency.

    Should be
    wp_enqueue_script(‘clicktrack-adrotate’, plugins_url(‘/library/jquery.adrotate.clicktracker.js’, __FILE__), array(‘jquery’), null, $in_footer);
    I think.

    Otherwise, jQuery is not defined. 🙂

    Cheers!

  • The topic ‘[bug in 3.15.2] jQuery not defined’ is closed to new replies.