forked from mirrors/treebird
fds
FossilOrigin-Name: dc8c3963e947338c9575e21e1bb53fe674c27dd726d2d32c0e910440a550ea36
This commit is contained in:
parent
12bcdc19ff
commit
ffa4d9cabb
1 changed files with 1 additions and 1 deletions
2
dist/js/main.js
vendored
2
dist/js/main.js
vendored
|
@ -177,7 +177,7 @@ function status_interact_props(e)
|
|||
let type = interact.parentNode.querySelector(".itype");
|
||||
if (type === null)
|
||||
return true;
|
||||
let status = interact.closest(".status .status-table");
|
||||
let status = interact.closest(".status-table");
|
||||
|
||||
send_request("/treebird_api/v1/interact",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue