Skip to content

Instantly share code, notes, and snippets.

@dzabrzenski
Created June 22, 2018 07:29
Show Gist options
  • Save dzabrzenski/a9cf21e831ff208c53d83b7e25a93205 to your computer and use it in GitHub Desktop.
Save dzabrzenski/a9cf21e831ff208c53d83b7e25a93205 to your computer and use it in GitHub Desktop.
<!-- Start of BotEngine (www.botengine.ai) code -->
<script type="text/javascript">
var disabledPages = [
"/home"
]
if (disabledPages.indexOf(window.location.pathname) === -1) {
window.__be = window.__be || {};
window.__be.id = "5a9e58267d596a0007028a15";
(function() {
var be = document.createElement('script'); be.type = 'text/javascript'; be.async = true;
be.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.botengine.ai/widget/plugin.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(be, s);
})();
}
</script>
<!-- End of BotEngine code -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment