mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Check off todo item
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b064ca7623
commit
c435e66e21
2 changed files with 1 additions and 2 deletions
2
TODO.md
2
TODO.md
|
@ -1,2 +1,2 @@
|
|||
- [ ] Fac command: POST to https://elijah-dev.tk/fa.php with the fa parameter being some code
|
||||
- [x] Fac command: POST to https://elijah-dev.tk/fa.php with the fa parameter being some code
|
||||
- [ ] Chat subdomain using WebRTC
|
||||
|
|
|
@ -422,7 +422,6 @@ async function fn_${fac_id}() {
|
|||
}
|
||||
|
||||
fn_${fac_id}().then((data) => {
|
||||
console.log(data);
|
||||
document.getElementById("${fac_output.id}").innerText = data;
|
||||
});
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue