@@ -1263,7 +1263,7 @@
credentials: 'omit',
headers: { Accept: 'application/json' }
}).then(function (res) {
- alert(res)
+ alert(res.json)
if (!res.ok) throw new Error('HTTP ' + res.status);
return res.json();
});