Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <!-- Start of LiveChat (www.livechatinc.com) code -->
  2. <script type="text/javascript">
  3. window.__lc = window.__lc || {};
  4. window.__lc.license = xxxx;
  5. var LC_API = LC_API || {};
  6. LC_API.on_after_load = function()
  7. {
  8. LC_API.open_chat_window();
  9. };
  10.  
  11. (function() {
  12. var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
  13. lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
  14. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
  15. })();
  16. </script>
  17. <noscript>
  18. <a href="https://www.livechatinc.com/chat-with/10698167/" rel="nofollow">Chat with us</a>,
  19. powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a>
  20. </noscript>
  21. <!-- End of LiveChat code -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement