From a01926be4d2c8fbd6e0541751e362986dd936183 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 20 Oct 2011 14:49:57 +0000 Subject: [PATCH] debug Ox.Request --- source/Ox.UI/js/Core/Ox.Request.js | 1 + 1 file changed, 1 insertion(+) 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({