Changeset 2311408
- Timestamp:
- 05/25/2020 07:48:43 AM (6 years ago)
- File:
-
- 1 edited
-
aiaibot/trunk/public/js/aiaibot-public.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aiaibot/trunk/public/js/aiaibot-public.js
r2311404 r2311408 7 7 var scriptNode = document.createElement('script'); 8 8 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'); 10 10 scriptNode.setAttribute('data-aiaibot-key', key); 11 11 scriptNode.setAttribute('data-aiaibot-client', 'wordpress');
Note: See TracChangeset
for help on using the changeset viewer.