mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
Replace [] with "[]" in permission setup ajax calls
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83d684ead4
commit
7350681409
1 changed files with 2 additions and 0 deletions
|
|
@ -2539,6 +2539,8 @@ jQuery(function($){
|
|||
}
|
||||
}
|
||||
|
||||
// Output of $.param function used in exec_json does not have a representation for an empty array. So, use "[]" (string) instead.
|
||||
if(vValue.length === 0) vValue = "[]";
|
||||
return vValue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue