diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 2804ec731..21cd6d0bf 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -256,6 +256,8 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp } $.each(response_tags, function(key, val){ tags[val] = true; }); + tags["redirect_url"] = true; + tags["act"] = true; $.each(resp_obj, function(key, val){ if(tags[key]) ret[key] = val; }); if(ret['error'] != 0) {