Plugin Directory

Changeset 3360183


Ignore:
Timestamp:
09/11/2025 11:12:46 PM (5 months ago)
Author:
digitload330
Message:

correct js path

Location:
fitconsent-cmp
Files:
4 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • fitconsent-cmp/tags/1.0.1/fitconsent-cmp.php

    r3360170 r3360183  
    4848        wp_enqueue_script(
    4949            'fitconsent-wp-integration',
    50             plugins_url( 'assets/js/integration.js', FITCONSENT_PLUGIN_FILE ),
     50            plugins_url( 'js/integration.js', FITCONSENT_PLUGIN_FILE ),
    5151            [], // No dependencies, it will wait for the consent event
    5252            FITCONSENT_VERSION,
  • fitconsent-cmp/trunk/fitconsent-cmp.php

    r3360169 r3360183  
    4848        wp_enqueue_script(
    4949            'fitconsent-wp-integration',
    50             plugins_url( 'assets/js/integration.js', FITCONSENT_PLUGIN_FILE ),
     50            plugins_url( 'js/integration.js', FITCONSENT_PLUGIN_FILE ),
    5151            [], // No dependencies, it will wait for the consent event
    5252            FITCONSENT_VERSION,
Note: See TracChangeset for help on using the changeset viewer.