Skip to content
document.addEventListener("DOMContentLoaded", function() {
const switcher = document.querySelector(".wpml-ls-statics-shortcode_actions");
if (switcher) {
switcher.addEventListener("click", function(e) {
e.stopPropagation();
});
document.addEventListener("click", function() {
switcher.classList.remove("active");});
}
});