Script outdated
-
Devs, the JS produced by the plugin is outdated, the version number has been removed from the URL. It should look like this now:
<!-- Start of Rocket.Chat Livechat Script --> <script type="text/javascript"> (function(w, d, s, u) { w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u; var h = d.getElementsByTagName(s)[0], j = d.createElement(s); j.async = true; j.src = 'https://HOSTNAME/livechat/rocketchat-livechat.min.js?_=201903270000'; h.parentNode.insertBefore(j, h); })(window, document, 'script', 'https://HOSTNAME/livechat'); </script> <!-- End of Rocket.Chat Livechat Script -->
- The topic ‘Script outdated’ is closed to new replies.