first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
var exampleModal=document.getElementById("exampleModal");exampleModal.addEventListener("show.bs.modal",function(e){var t=e.relatedTarget.getAttribute("data-bs-whatever"),a=exampleModal.querySelector(".modal-title"),l=exampleModal.querySelector(".modal-body input");a.textContent="New message to "+t,l.value=t});
|
||||
Reference in New Issue
Block a user