Merge branch 'master' into mistletoe

This commit is contained in:
kek7198 2021-12-05 20:17:30 -06:00
commit 5e3ce7a842
38 changed files with 3217 additions and 116 deletions

View file

@ -8,7 +8,7 @@ report_postModal = function(id) {
this.disabled = true;
var xhr = new XMLHttpRequest();
xhr.open("POST", '/flag/post/'+id, true);
xhr.open("POST", '/report/post/'+id, true);
var form = new FormData()
form.append("formkey", formkey());
form.append("reason", document.getElementById("reason").value);