Loading
×Sorry to interrupt
CSS Error

{1}

".replace("{0}", "Your browser isn't supported") .replace("{1}", "Your browser doesn’t support some features on this site. For the best experience, update your browser to the latest version, or switch to another browser.") .replace("{GOT_IT_LABEL}", "Got It"); document.body.appendChild(browserNotSupportedMessage); var okButton = document.querySelector("#community-browser-not-support-message .slds-modal__footer .slds-button"); okButton.addEventListener("click", function() { closeModal(); }); } function closeModal() { var modal = document.getElementById("community-browser-not-support-message"); if (modal) { document.body.removeChild(modal); } } }());