Title: Admin Javascript applied to all pages
Last modified: July 26, 2018

---

# Admin Javascript applied to all pages

 *  Resolved [nicomollet](https://wordpress.org/support/users/nicomollet/)
 * (@nicomollet)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/admin-javascript-applied-to-all-pages/)
 * Hello
 * In its current state the script mailjet.js is loaded on every page of the admin.
 * Some functions of this script should not be loaded on every page, as it alters
   the behaviour of all features of the admin, not only Mailjet admin page.
 * For example, this function disables autocomplete on all input of the whole admin:
 *     ```
       $(document).on('focus', ':input', function () {
         $(this).attr('autocomplete', 'off');
       });
       ```
   
 * Is it possible to make it contextual to Mailjet admin page?
    Thank you
    -  This topic was modified 7 years, 10 months ago by [nicomollet](https://wordpress.org/support/users/nicomollet/).
    -  This topic was modified 7 years, 10 months ago by [nicomollet](https://wordpress.org/support/users/nicomollet/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mailjet](https://wordpress.org/support/users/mailjet/)
 * (@mailjet)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/admin-javascript-applied-to-all-pages/#post-11086554)
 * Hi, we’ll check this issue together with the one regarding bootstrap.css.
 * Kind regards,
    Mailjet Plugins Team
 *  Plugin Author [Mailjet](https://wordpress.org/support/users/mailjet/)
 * (@mailjet)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/admin-javascript-applied-to-all-pages/#post-11104652)
 * Should be fine starting from v5 of the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin Javascript applied to all pages’ is closed to new replies.

 * ![](https://ps.w.org/mailjet-for-wordpress/assets/icon.svg?rev=2994192)
 * [Mailjet Email Marketing](https://wordpress.org/plugins/mailjet-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailjet-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailjet-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/mailjet-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailjet-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailjet-for-wordpress/reviews/)

## Tags

 * [mailjet](https://wordpress.org/support/topic-tag/mailjet/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mailjet](https://wordpress.org/support/users/mailjet/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/admin-javascript-applied-to-all-pages/#post-11104652)
 * Status: resolved