diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 7355fbbc7..93a8f1b57 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5043,6 +5043,6 @@ th, td { color: green !important; } -img[src="/e/marseylong1"], img[src="/e/marseylong2"], img[src="/e/marseyllama1"], img[src="/e/marseyllama2"] { +img[src="/e/marseylong1.webp"], img[src="/e/marseylong2.webp"], img[src="/e/marseyllama1.webp"], img[src="/e/marseyllama2.webp"] { margin-bottom: 0!important; } \ No newline at end of file diff --git a/files/assets/js/header.js b/files/assets/js/header.js index 3a9444284..23ee52354 100644 --- a/files/assets/js/header.js +++ b/files/assets/js/header.js @@ -36,7 +36,7 @@ function bs_trigger(e) { e.setAttribute("data-bs-toggle", "modal") e.setAttribute("data-bs-target", "#expandImageModal") e.onclick = function(e) { - image = e.target.src + const image = e.target.src document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp"); document.getElementById("desktop-expanded-image-link").href = image; document.getElementById("desktop-expanded-image-wrap-link").href = image; diff --git a/files/assets/js/lozad.js b/files/assets/js/lozad.js index 7e08f7d94..031f88cb5 100644 --- a/files/assets/js/lozad.js +++ b/files/assets/js/lozad.js @@ -9,7 +9,7 @@ for (const e of images) { e.setAttribute("data-bs-toggle", "modal") e.setAttribute("data-bs-target", "#expandImageModal") e.onclick = function(e) { - image = e.target.dataset.src + const image = e.target.dataset.src document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp"); document.getElementById("desktop-expanded-image-link").href = image; document.getElementById("desktop-expanded-image-wrap-link").href = image; diff --git a/files/templates/authforms.html b/files/templates/authforms.html index f75562d9c..87caad23f 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 2b4b350f9..7f6371941 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,7 +14,7 @@