Skip to content

Instantly share code, notes, and snippets.

@Wurren
Last active August 12, 2021 13:50
Show Gist options
  • Save Wurren/d538a2a67aa3763f76996be79445cc09 to your computer and use it in GitHub Desktop.
Save Wurren/d538a2a67aa3763f76996be79445cc09 to your computer and use it in GitHub Desktop.
CP Chat
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim || (function(d, s) {
var z = $zopim = function(c) {
z._.push(c)
},
$ = z.s =
d.createElement(s),
e = d.getElementsByTagName(s)[0];
z.set = function(o) {
z.set.
_.push(o)
};
z._ = [];
z.set._ = [];
$.async = !0;
$.setAttribute("charset", "utf-8");
$.src = "//v2.zopim.com/?3XZ2LXHONBKP1D188vo9KH4T9sLKV3Ur";
z.t = +new Date;
$.
type = "text/javascript";
e.parentNode.insertBefore($, e)
})(document, "script");
</script>
<!-- End of Zopim Live Chat Script-->
<script>
$zopim(function() {
$zopim.livechat.departments.filter('');
$zopim.livechat.departments.setVisitorDepartment('Solutions');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment