Plugin Directory

Changeset 2669297


Ignore:
Timestamp:
01/30/2022 04:07:11 PM (4 years ago)
Author:
virtualspirits
Message:

version bumped 5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • virtualspirits-chatbot/tags/2.0/virtualspirits-chatbot.php

    r1820022 r2669297  
    8080             (function() {
    8181             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';
    8383               var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vsjs, s);
    8484             })();
Note: See TracChangeset for help on using the changeset viewer.