🚚 chore(js): rename minified files

This commit is contained in:
welpo 2023-07-17 20:40:48 +02:00
parent 3f5ed8a584
commit 4b43229d0a
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
12 changed files with 8 additions and 8 deletions

1
static/js/loadComments.min.js vendored Normal file
View file

@ -0,0 +1 @@
document.addEventListener("DOMContentLoaded",()=>{const t=document.querySelector("#load-comments");t&&t.addEventListener("click",()=>{var e=document.createElement("script");e.src=t.dataset.scriptSrc,e.async=!0,document.body.appendChild(e),t.style.display="none"})});