Changeset 3360183
- Timestamp:
- 09/11/2025 11:12:46 PM (5 months ago)
- Location:
- fitconsent-cmp
- Files:
-
- 4 added
- 1 deleted
- 2 edited
-
assets/js (deleted)
-
tags/1.0.1/fitconsent-cmp.php (modified) (1 diff)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/integration.js (added)
-
trunk/fitconsent-cmp.php (modified) (1 diff)
-
trunk/js (added)
-
trunk/js/integration.js (added)
Legend:
- Unmodified
- Added
- Removed
-
fitconsent-cmp/tags/1.0.1/fitconsent-cmp.php
r3360170 r3360183 48 48 wp_enqueue_script( 49 49 'fitconsent-wp-integration', 50 plugins_url( ' assets/js/integration.js', FITCONSENT_PLUGIN_FILE ),50 plugins_url( 'js/integration.js', FITCONSENT_PLUGIN_FILE ), 51 51 [], // No dependencies, it will wait for the consent event 52 52 FITCONSENT_VERSION, -
fitconsent-cmp/trunk/fitconsent-cmp.php
r3360169 r3360183 48 48 wp_enqueue_script( 49 49 'fitconsent-wp-integration', 50 plugins_url( ' assets/js/integration.js', FITCONSENT_PLUGIN_FILE ),50 plugins_url( 'js/integration.js', FITCONSENT_PLUGIN_FILE ), 51 51 [], // No dependencies, it will wait for the consent event 52 52 FITCONSENT_VERSION,
Note: See TracChangeset
for help on using the changeset viewer.