Created
February 3, 2022 15:03
-
-
Save pdaire/af59941ed7ac0c3edc0cdd73f8f337e7 to your computer and use it in GitHub Desktop.
sync load banco america prod launcher staging
This file contains 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
<html> | |
<head> | |
</head> | |
<h1>sitio vacio y vos?</h1> | |
<script type="text/javascript"> | |
function loadScriptSync (src) { | |
var s = document.createElement('script'); | |
s.src = src; | |
s.type = "text/javascript"; | |
s.async = false; // <-- this is important | |
document.getElementsByTagName('head')[0].appendChild(s); | |
} | |
</script> | |
<script type='text/javascript'> | |
loadScriptSync("https://static.staging.letsta.lk/launcher/launcher.js"); | |
window.LetstalkSettings = { | |
organization: 'bancoamericano', | |
environment: { | |
name: 'production' | |
} | |
}; | |
window.$Letstalk.launch('chat-publico-banco'); | |
</script> | |
<!-- End of LetsTalk script --> | |
</html> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment