mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-09 07:11:16 -05:00
Merge branch 'master' of https://github.com/Blair-SGA-Dev-Team/blazerapp
This commit is contained in:
commit
cea966010f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user