Title: Specific script not loading into manager
Last modified: April 5, 2023

---

# Specific script not loading into manager

 *  [ckultzow](https://wordpress.org/support/users/ckultzow/)
 * (@ckultzow)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/specific-script-not-loading-into-manager/)
 *     ```wp-block-code
       wp_enqueue_script('cookies','//cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js', array('jquery'));
       ```
   
 * On our UAT site, the above script is successfully hashed / managed. In production,
   it is not. This is the only script that is not captured on one vs the other; 
   for example the following enqueued script is managed successfully in both environments:
 *     ```wp-block-code
       wp_enqueue_script('dataTables','//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js', array('jquery'));
       ```
   
 * I have tried disabling the few production plugins that are different than UAT’s
   environment (namely, Autoptomize and WP Super Cache) and this does not seem to
   change anything. Any thoughts on where to look for a solution to force this js.
   cookie.min.js to be recognized would be great.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspecific-script-not-loading-into-manager%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Specific script not loading into manager’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-sri.svg)
 * [Subresource Integrity (SRI) Manager](https://wordpress.org/plugins/wp-sri/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-sri/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-sri/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-sri/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-sri/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-sri/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ckultzow](https://wordpress.org/support/users/ckultzow/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/specific-script-not-loading-into-manager/)
 * Status: not resolved