JS: Add a query ID

This commit is contained in:
Asger F
2025-02-26 13:21:07 +01:00
parent 87518ba60e
commit b4ac2f7d73

View File

@@ -34,7 +34,7 @@ function PostCode(codestring) {
});
});
post_req.write(post_data); // $ Alert - post the data from file to request body
post_req.write(post_data); // $ Alert[js/file-access-to-http] - post the data from file to request body
post_req.end();
}