mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fixed #434
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3917 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9fb226b541
commit
fe2536ef56
1 changed files with 4 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue