forked from rDrama/rDrama
1
0
Fork 0

remove unused var

master
Aevann1 2022-09-13 12:52:32 +02:00
parent cda73fe9d4
commit 0e198ffcdb
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ function post_comment(fullname, hide){
if (data && data["comment"]) {
if (hide) document.getElementById(hide).classList.add('d-none');
let id = fullname.split('_')[1];
let name = 'comment-form-space-' + fullname;
commentForm = document.getElementById(name);