debug Ox.Request
This commit is contained in:
parent
4dfa708d05
commit
a01926be4d
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ Ox.Request = function(options) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.status.code < 500) {
|
if (data.status.code < 500) {
|
||||||
|
Ox.print('ERROR CODE < 500', data)
|
||||||
callback(data);
|
callback(data);
|
||||||
} else {
|
} else {
|
||||||
var $dialog = Ox.Dialog({
|
var $dialog = Ox.Dialog({
|
||||||
|
|
Loading…
Reference in a new issue