Plugin Directory

Changeset 2308887


Ignore:
Timestamp:
05/20/2020 03:16:37 PM (6 years ago)
Author:
snatchbot
Message:

fix: jquery to native js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • snatchbot-webchat/trunk/client/client.php

    r2308886 r2308887  
    5050        if (!empty($bot_id)) {
    5151            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');
    5352            wp_enqueue_script('SnatchEmbedCodeDeploy', $assetsPath['files']['embedCodeJS'], array('EmbedCode'), '', true );
    5453            wp_localize_script( 'SnatchEmbedCodeDeploy' , 'snatchBot',
Note: See TracChangeset for help on using the changeset viewer.