remotes/1693045480750635534/spooky-22
Aevann1 2021-09-26 13:01:30 +02:00
parent 346a311a16
commit a727630bc1
1 changed files with 0 additions and 2 deletions

View File

@ -26,13 +26,11 @@
title=document.getElementById("post-title");
form=document.getElementById("edit-post-body-"+id);
box=document.getElementById("post-edit-box-"+id);
box2=document.getElementById("post-edit-box2-"+id);
body.classList.toggle("d-none");
title.classList.toggle("d-none");
form.classList.toggle("d-none");
autoExpand(box);
autoExpand(box2);
};
</script>
{% endif %}