forked from mirrors/treebird
Fix JS replies
FossilOrigin-Name: 3f6fb582d868b93781c3ee63c9c63305a61753f1d9719072ab5cd5cf17fb7c1a
This commit is contained in:
parent
d4deadf064
commit
c2602801c4
1 changed files with 1 additions and 1 deletions
2
dist/js/main.js
vendored
2
dist/js/main.js
vendored
|
@ -202,7 +202,7 @@ function status_interact_props(e)
|
|||
function create_reply_form(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
let status = e.target.closest(".status");
|
||||
let status = e.target.closest(".status-table");
|
||||
|
||||
if (status.nextSibling.className === "statusbox-quickreply")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue