Changeset 2308887
- Timestamp:
- 05/20/2020 03:16:37 PM (6 years ago)
- File:
-
- 1 edited
-
snatchbot-webchat/trunk/client/client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snatchbot-webchat/trunk/client/client.php
r2308886 r2308887 50 50 if (!empty($bot_id)) { 51 51 wp_register_script('EmbedCode', 'https://account.snatchbot.me/script.js', '', '', false ); 52 wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', false, '1.8.3');53 52 wp_enqueue_script('SnatchEmbedCodeDeploy', $assetsPath['files']['embedCodeJS'], array('EmbedCode'), '', true ); 54 53 wp_localize_script( 'SnatchEmbedCodeDeploy' , 'snatchBot',
Note: See TracChangeset
for help on using the changeset viewer.