Created
September 23, 2014 08:17
-
-
Save vilu/0e754f55f8619a03dcfb to your computer and use it in GitHub Desktop.
Elran javascript code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- begin SnapEngage code --> | |
<script type="text/javascript"> | |
(function() { | |
var se = document.createElement('script'); se.type = 'text/javascript'; se.async = true; | |
se.src = '//storage.googleapis.com/code.snapengage.com/js/38ca6012-8851-42d7-956b-8b99871c94f9.js'; | |
var done = false; | |
se.onload = se.onreadystatechange = function() { | |
if (!done&&(!this.readyState||this.readyState==='loaded'||this.readyState==='complete')) { | |
done = true; | |
/* Place your SnapEngage JS API code below */ | |
/* SnapEngage.allowChatSound(true); Example JS API: Enable sounds for Visitors. */ | |
SnapEngage.setTitle('Онлайн-чат'); | |
SnapEngageChat.setTitle('Онлайн-чат'); | |
} | |
}; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(se, s); | |
})(); | |
</script> | |
<!-- end SnapEngage code --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment