• Resolved Namith Jawahar

    (@namithjawahar)


    Page Links to plugin is directly inserting scripts into the whole admin area causing issues with other plugins which use Jquery UI. The file quick-add.php is directly inserting the scripts (plt-quick-add) without using hooks causing jQuery UI related issues. Please do the necessary to limit script insertion to be limited to pages which the plugin uses (Edit and Add Pages) instead of the whole admin to minimize interference.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mark Jaquith

    (@markjaquith)

    These scripts need to be inserted on every admin page, but you are right that they are not being inserted in the best way. I’ll move these enqueue calls up into admin_enqueue_scripts hook.

    Plugin Author Mark Jaquith

    (@markjaquith)

    Fixed here. Will be in the next release. Thanks!

    https://github.com/markjaquith/page-links-to/issues/64

    Mark, would this be related to the following error I’m getting?

    TypeError: u.val(...) is undefined[Learn More] quick-add.jsx:130:16

    Seems it’s interfering with the ability to use Nextgen Gallery on a site I’m working on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Direct insertion of Jquery UI into admin interfering with other plugins’ is closed to new replies.