diff --git a/source/Ox.UI/js/Core/Ox.Request.js b/source/Ox.UI/js/Core/Ox.Request.js index d4edf639..8c6b6f12 100644 --- a/source/Ox.UI/js/Core/Ox.Request.js +++ b/source/Ox.UI/js/Core/Ox.Request.js @@ -198,6 +198,7 @@ Ox.Request = function(options) { } } if (data.status.code < 500) { + Ox.print('ERROR CODE < 500', data) callback(data); } else { var $dialog = Ox.Dialog({