Check off todo item

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-08-01 02:30:50 +03:00
parent b064ca7623
commit c435e66e21
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -422,7 +422,6 @@ async function fn_${fac_id}() {
}
fn_${fac_id}().then((data) => {
console.log(data);
document.getElementById("${fac_output.id}").innerText = data;
});
`