forked from GithubBackups/vichan
Remove tegaki form in quick reply
This commit is contained in:
parent
fe951865ba
commit
90072213ee
@ -252,6 +252,11 @@
|
|||||||
$(this).remove();
|
$(this).remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove tegaki if existent
|
||||||
|
if ($(this).is('#tegaki-form')) {
|
||||||
|
$(this).remove();
|
||||||
|
}
|
||||||
|
|
||||||
// Remove upload selection
|
// Remove upload selection
|
||||||
if ($td.is('#upload_selection')) {
|
if ($td.is('#upload_selection')) {
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user