update fetch requests

This commit is contained in:
Luke Pulverenti 2015-12-06 14:46:18 -05:00
parent 5f6d68e3b5
commit 7c3fa06651
10 changed files with 74 additions and 39 deletions

View file

@ -106,7 +106,8 @@
ValidateLogin: true
}),
data: JSON.stringify(info),
contentType: "application/json"
contentType: "application/json",
dataType: 'json'
}).then(function (result) {