Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Created March 18, 2019 17:45
Show Gist options
  • Select an option

  • Save luckydevilru/5ebd2b1a2f0ce80d840d3fa419e1459f to your computer and use it in GitHub Desktop.

Select an option

Save luckydevilru/5ebd2b1a2f0ce80d840d3fa419e1459f to your computer and use it in GitHub Desktop.
jivoSite free full features
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