MIF_E31221322/public/assets/js/pages/modal.init.js

1 line
346 B
JavaScript

var varyingcontentModal=document.getElementById("varyingcontentModal");varyingcontentModal.addEventListener("show.bs.modal",function(t){var e=t.relatedTarget.getAttribute("data-bs-whatever"),n=varyingcontentModal.querySelector(".modal-title"),t=varyingcontentModal.querySelector(".modal-body input");n.textContent="New message to "+e,t.value=e});