From 24a48d68fc4e49884ee7eaab83f6d57438ff6610 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Fri, 2 Mar 2012 09:18:11 +0000 Subject: [PATCH] rollback r10159, r10249, r10268 git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10290 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/plugins/ui.krzip/krzip_search.js | 1 - common/js/xml_handler.js | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/common/js/plugins/ui.krzip/krzip_search.js b/common/js/plugins/ui.krzip/krzip_search.js index 81db6d6a2..2cabdd1ad 100644 --- a/common/js/plugins/ui.krzip/krzip_search.js +++ b/common/js/plugins/ui.krzip/krzip_search.js @@ -37,7 +37,6 @@ function completeSearchKrZip(ret_obj, response_tags, callback_args, fo_obj) { $zone_search.hide(); $zone_list.show(); - filterWait[fo_obj.id] = ''; } function doHideKrZipList(form, column_name) { diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 40aaee3d0..9867f5e7d 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -174,7 +174,6 @@ function xml2json(xml, tab, ignoreAttrib) { } } -var filterWait = new Array(); (function($){ /** * @brief exec_xml @@ -240,7 +239,6 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp if(!resp_xml) { alert(_xhr.responseText); - filterWait[fo_obj.id] = ''; return null; } @@ -268,7 +266,6 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp } alert( (ret['message']||'An unknown error occured while loading ['+module+'.'+act+']').replace(/\\n/g, '\n') ); - filterWait[fo_obj.id] = ''; return null; } @@ -283,20 +280,6 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp // 모든 xml데이터는 POST방식으로 전송. try-catch문으로 오류 발생시 대처 try { - if(fo_obj) - { - if(!fo_obj.id) - { - fo_obj.id = new Date().getTime(); - } - - if(filterWait[fo_obj.id]) - { - return false; - } - filterWait[fo_obj.id] = true; - } - $.ajax({ url : xml_path, type : 'POST', @@ -306,7 +289,6 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp beforeSend : function(xhr){ _xhr = xhr; }, success : onsuccess, error : function(xhr, textStatus) { - filterWait[fo_obj.id] = ''; waiting_obj.css('display', 'none'); var msg = '';