Title: Duplicate Script Untils
Last modified: November 18, 2019

---

# Duplicate Script Untils

 *  Resolved [vandung93](https://wordpress.org/support/users/vandung93/)
 * (@vandung93)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/duplicate-script-untils/)
 * Hello there,
    I want to report a bug of the plugin.
 * Learnpress enqueued the same content of scripts:
 *     ```
       wp-content/plugins/learnpress/assets/js/global.min.js
       wp-content/plugins/learnpress/assets/js/utils.min.js
       ```
   
 * It cause code run 2 times.
    For eg: in my plugin has the event then it will handle
   2 times:
 *     ```
       $( document ).on( 'learn-press/nav-tabs/clicked', function() {
         console.log( 'tab changed' );
       } );
       ```
   
 * Could you check & fix it, please?

Viewing 1 replies (of 1 total)

 *  [hadam](https://wordpress.org/support/users/hadam3003/)
 * (@hadam3003)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/duplicate-script-untils/#post-12144511)
 * Hi vandung93,
 * Thank for the report.
 * We will check it again and fix it in next updates (if that’s a bug).

Viewing 1 replies (of 1 total)

The topic ‘Duplicate Script Untils’ is closed to new replies.

 * ![](https://ps.w.org/learnpress/assets/icon-256x256.gif?rev=3254420)
 * [LearnPress - WordPress LMS Plugin for Create and Sell Online Courses](https://wordpress.org/plugins/learnpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learnpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learnpress/)
 * [Active Topics](https://wordpress.org/support/plugin/learnpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learnpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learnpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hadam](https://wordpress.org/support/users/hadam3003/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/duplicate-script-untils/#post-12144511)
 * Status: resolved