From 0e1bc5602a2cf037b5bd305b3c4b59c452627709 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Sat, 11 Sep 2021 18:34:46 -0400 Subject: [PATCH] ye --- cms/static/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/utils.js b/cms/static/utils.js index 5de1ed4..34440a4 100644 --- a/cms/static/utils.js +++ b/cms/static/utils.js @@ -22,7 +22,7 @@ function forwardForImage(id, postloc) { console.log(data[3]); var params = data.join("&"); var xhr = new XMLHttpRequest(); - xhr.open("POST", postloc, true); + xhr.open("POST", postloc); console.log(params); xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xhr.send(params);