mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
#18823681 - exec_html()에서 params가 없을 때 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fcd8ee1f0a
commit
e8c4f52bed
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ function xml2json(xml, tab, ignoreAttrib) {
|
||||||
**/
|
**/
|
||||||
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
|
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
|
||||||
var xml_path = request_uri+"index.php"
|
var xml_path = request_uri+"index.php"
|
||||||
|
if(!params) params = {};
|
||||||
|
|
||||||
// {{{ set parameters
|
// {{{ set parameters
|
||||||
if($.isArray(params)) params = arr2obj(params);
|
if($.isArray(params)) params = arr2obj(params);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue