Health-Check UI development

This commit is contained in:
Pranav Saxena 2013-03-14 17:21:03 +05:30
parent 2094ee682e
commit a7e09c8648
1 changed files with 2 additions and 4 deletions

View File

@ -171,12 +171,10 @@
}
});
}, g_queryAsyncJobResultInterval);
},
error:function(XMLHttpResponse){
args.response.error(parseXMLHttpResponse(XMLHttpResponse));
}
}
});
}
}