minor fix for quotes in chat

pull/90/head
Aevann 2023-01-21 13:02:19 +02:00
parent 50043cd6fc
commit 12f6d75e77
1 changed files with 2 additions and 1 deletions

View File

@ -296,6 +296,7 @@ document.addEventListener('click', function (e) {
}
if (e.target.id == "cancel") {
document.getElementById("quotes").classList.add("d-none")
document.getElementById("quotes").classList.add("d-none");
document.getElementById('quotes_id').value = null;
}
});