Plugin Directory

Changeset 2311408


Ignore:
Timestamp:
05/25/2020 07:48:43 AM (6 years ago)
Author:
aiaibot
Message:

Use production bootstrap.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • aiaibot/trunk/public/js/aiaibot-public.js

    r2311404 r2311408  
    77        var scriptNode = document.createElement('script');
    88        scriptNode.setAttribute('type', 'text/javascript');
    9         scriptNode.setAttribute('src', 'https://staging.aiaibot.com/bootstrap.js');
     9        scriptNode.setAttribute('src', 'https://chat.aiaibot.com/bootstrap.js');
    1010        scriptNode.setAttribute('data-aiaibot-key', key);
    1111        scriptNode.setAttribute('data-aiaibot-client', 'wordpress');
Note: See TracChangeset for help on using the changeset viewer.