First upload

This commit is contained in:
2024-09-18 16:47:42 +02:00
commit 786dd08043
5614 changed files with 888234 additions and 0 deletions
+1
View File
@@ -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});