PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Javascript included when not needed

  1. bassadvertising
    Member

    I purchased gravity forms today and noticed this problem. I am not sure where to report it.

    I noticed the qtip javascript and the css files are included on every page of the admin instead of within the gravityform pages. Theres already a function to handle this so it is an easy fix.

    On tooltips.php at the very top change
    add_action("admin_print_scripts", 'print_tooltip_scripts');

    to
    if(self::is_gravity_page()) {
    add_action("admin_print_scripts", 'print_tooltip_scripts');
    }

    Posted 14 years ago on Wednesday April 28, 2010 | Permalink
  2. We are already aware of this issue and it will be corrected in the next release.

    Posted 14 years ago on Wednesday April 28, 2010 | Permalink