Whop.
This commit is contained in:
parent
d21201cdce
commit
ea047411ef
@ -102,7 +102,7 @@ function updateTimes() {
|
||||
let text = messageDiv.querySelector(".text").innerText;
|
||||
const time = document.createElement("span");
|
||||
time.innerText = app.timeDescription(container.dataset.created_at);
|
||||
messageDiv.querySelectorAll("img").forEach(img => {
|
||||
messageDiv.querySelector(".text").querySelectorAll("img").forEach(img => {
|
||||
text += " " + img.src
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user