stringfy object so it's visible in the console
This commit is contained in:
parent
84e3fcde07
commit
9aa674e326
@ -67,7 +67,7 @@ define(['jquery',
|
|||||||
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
|
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
//devs leave stuff like this in all the time
|
//devs leave stuff like this in all the time
|
||||||
console.log('phone home said ' + data);
|
console.log('phone home said ' + JSON.stringify(data));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user