Remove tegaki form in quick reply

This commit is contained in:
fowr 2024-12-25 15:59:43 -03:00
parent fe951865ba
commit 90072213ee

View File

@ -252,6 +252,11 @@
$(this).remove();
}
// Remove tegaki if existent
if ($(this).is('#tegaki-form')) {
$(this).remove();
}
// Remove upload selection
if ($td.is('#upload_selection')) {
$(this).remove();