Skip to content

Instantly share code, notes, and snippets.

@pdaire
Created February 3, 2022 18:56
Show Gist options
  • Save pdaire/974c45f5ba932501214cbf151411cbee to your computer and use it in GitHub Desktop.
Save pdaire/974c45f5ba932501214cbf151411cbee to your computer and use it in GitHub Desktop.
<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'>
window.LetstalkSettings = {
organization: 'bancoamericano',
environment: {
name: 'production'
}
};
loadScriptSync("https://static.staging.letsta.lk/launcher/launcher.js");
</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