From a7e09c864864beb56e5b8a652150e72fe39ca3a4 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 14 Mar 2013 17:21:03 +0530 Subject: [PATCH] Health-Check UI development --- ui/scripts/ui-custom/healthCheck.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/scripts/ui-custom/healthCheck.js b/ui/scripts/ui-custom/healthCheck.js index 0c6689a7cc8..d0f4defdc97 100644 --- a/ui/scripts/ui-custom/healthCheck.js +++ b/ui/scripts/ui-custom/healthCheck.js @@ -171,12 +171,10 @@ } }); }, g_queryAsyncJobResultInterval); - }, - error:function(XMLHttpResponse){ - args.response.error(parseXMLHttpResponse(XMLHttpResponse)); + } - } + }); } }