web: removed non-working event buttons
This commit is contained in:
parent
eac631f7f4
commit
0ec857b554
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue