From 220ff1e70038483ae9fcf24dbbbdd89e867f9c40 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Apr 2022 16:28:35 +0200 Subject: [PATCH] thank you drtransimisia --- files/assets/js/gif_modal.js | 4 ++-- files/templates/chat.html | 2 +- files/templates/expanded_image_modal.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/assets/js/gif_modal.js b/files/assets/js/gif_modal.js index fcd68117a..ef9db90b5 100644 --- a/files/assets/js/gif_modal.js +++ b/files/assets/js/gif_modal.js @@ -56,10 +56,10 @@ async function getGif(searchTerm) { for (var i = 0; i < 48; i++) { gifURL[i] = "https://media.giphy.com/media/" + data[i].id + "/giphy.webp"; if (data[i].username==''){ - container.innerHTML += ('
'); + container.innerHTML += ('
'); } else { - container.innerHTML += ('
'); + container.innerHTML += ('
'); } noGIFs.innerHTML = null; loadGIFs.innerHTML = '

Thou've reached the end of the list!

'; diff --git a/files/templates/chat.html b/files/templates/chat.html index 527bf6e73..b1cab0f77 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -188,7 +188,7 @@ - +