git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3917 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-03-08 23:20:12 +00:00
parent 9fb226b541
commit fe2536ef56

View file

@ -35,8 +35,10 @@ function xml_response_filter(oXml, callback_func, response_tags, callback_func_a
if(!xmlDoc) return null;
var waiting_obj = xGetElementById("waitingforserverresponse");
waiting_obj.style.visibility = "hidden";
xInnerHtml(waiting_obj, '');
if(waiting_obj) {
waiting_obj.style.visibility = "hidden";
xInnerHtml(waiting_obj, '');
}
var ret_obj = oXml.toZMsgObject(xmlDoc, response_tags);
if(ret_obj["error"]!=0) {