web: removed non-working event buttons

This commit is contained in:
Thomas Mathews 2022-11-12 10:40:59 -08:00
parent eac631f7f4
commit 0ec857b554
2 changed files with 2 additions and 4 deletions

View file

@ -990,8 +990,6 @@ function reply_to(evid) {
replying_to.dataset.evid = evid
const ev = DSTATE.all_events[evid]
replying_to.innerHTML = render_event(DSTATE, ev, {is_composing: true, nobar: true, max_depth: 1})
modal.style.display = replying? "block" : "none";
}
const IMG_REGEX = /(png|jpeg|jpg|gif|webp)$/i