forked from BackCheck/backcheck.io.verify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlivechat.php
More file actions
17 lines (15 loc) · 830 Bytes
/
livechat.php
File metadata and controls
17 lines (15 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script type="text/javascript">
<!--
var LiveHelpSettings = {};
LiveHelpSettings.server = 'http://backcheckgroup.com/support/modules/';
LiveHelpSettings.embedded = true;
(function(jQuery) {
// JavaScript
LiveHelpSettings.server = LiveHelpSettings.server.replace(/[a-z][a-z0-9+\-.]*:\/\/|\/livehelp\/*(\/|[a-z0-9\-._~%!$&'()*+,;=:@\/]*(?![a-z0-9\-._~%!$&'()*+,;=:@]))|\/*$/g, '');
var LiveHelp = document.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;
LiveHelp.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.min.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(LiveHelp, s);
})(jQuery);
-->
</script>