Changeset 2669297
- Timestamp:
- 01/30/2022 04:07:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
virtualspirits-chatbot/tags/2.0/virtualspirits-chatbot.php
r1820022 r2669297 80 80 (function() { 81 81 var vsjs = document.createElement('script'); vsjs.type = 'text/javascript'; vsjs.async = true; vsjs.setAttribute('defer', 'defer'); 82 vsjs.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.virtualspirits.com/vsa/chat -'+vsid+'.js';82 vsjs.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.virtualspirits.com/vsa/chat.js'; 83 83 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vsjs, s); 84 84 })();
Note: See TracChangeset
for help on using the changeset viewer.