Created
March 18, 2019 17:45
-
-
Save luckydevilru/5ebd2b1a2f0ce80d840d3fa419e1459f to your computer and use it in GitHub Desktop.
jivoSite free full features
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
| var audio = new Audio('http://cdn-cis.jivosite.com/sounds/agent_message.mp3'); | |
| document.onreadystatechange = function(){ | |
| if(document.readyState === 'complete'){ | |
| // Ваш скрипт | |
| setTimeout(function() { | |
| jivo_api.open(); | |
| audio.play(); | |
| }, 30000); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment