$(document).ready(function(){ var newElement = document.createElement('div');
var html = '
';
newElement.innerHTML = html;
// Append the new element to the body
document.body.appendChild(newElement);
window.sensitrigger = '';
// Load CSS file
var linkElement = document.createElement('link');
linkElement.rel = 'stylesheet';
linkElement.type = 'text/css';
linkElement.href = 'https://www.sensibot.io/assets/wa_support/whatsapp-chat-support.css';
document.head.appendChild(linkElement);
// Load JavaScript file
var scriptElement = document.createElement('script');
scriptElement.src = 'https://www.sensibot.io/assets/wa_support/components/moment/moment.min.js';
document.body.appendChild(scriptElement);
// Load JavaScript file
var scriptElement = document.createElement('script');
scriptElement.src = 'https://www.sensibot.io/assets/wa_support/whatsapp-chat-support.js';
document.body.appendChild(scriptElement); });