Plugin Directory

Changeset 3481777


Ignore:
Timestamp:
03/13/2026 09:03:26 AM (2 weeks ago)
Author:
creavi
Message:

js admin video connection fix

Location:
creavi-booking-service
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • creavi-booking-service/tags/1.2.1/includes/admin.php

    r3479245 r3481777  
    165165    );
    166166
    167 
    168     wp_enqueue_script(
    169         'creavibc-admin-video-connect',
    170         plugins_url( 'assets/admin-video-connect.js', __FILE__ ),
    171         [],
    172         '1.0.0',
    173         true
    174     );
    175 
    176 
    177167    wp_localize_script(
    178168        'creavibc-gcal-busy-admin',
  • creavi-booking-service/trunk/includes/admin.php

    r3479245 r3481777  
    165165    );
    166166
    167 
    168     wp_enqueue_script(
    169         'creavibc-admin-video-connect',
    170         plugins_url( 'assets/admin-video-connect.js', __FILE__ ),
    171         [],
    172         '1.0.0',
    173         true
    174     );
    175 
    176 
    177167    wp_localize_script(
    178168        'creavibc-gcal-busy-admin',
Note: See TracChangeset for help on using the changeset viewer.