Add TODO comment for potentially using postToast for comments in the future

This commit is contained in:
justcool393 2023-07-23 10:52:13 -05:00
parent 2cc5160989
commit b8e41184d8

View file

@ -216,7 +216,7 @@ function post_comment(fullname,id,level = 1){
catch(e) {}
const xhr = new XMLHttpRequest();
xhr.open("post", "/comment");
xhr.open("post", "/comment"); // TODO: use postToast for this?
xhr.setRequestHeader('xhr', 'xhr');
xhr.onload=function(){
let data