diff --git a/TODO.md b/TODO.md index 50ed627..62947ac 100644 --- a/TODO.md +++ b/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 diff --git a/content/js/shell/func.js b/content/js/shell/func.js index 8b783d9..e8deac2 100644 --- a/content/js/shell/func.js +++ b/content/js/shell/func.js @@ -422,7 +422,6 @@ async function fn_${fac_id}() { } fn_${fac_id}().then((data) => { - console.log(data); document.getElementById("${fac_output.id}").innerText = data; }); `