mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fixed #47 사이트맵에서 권한 설정 시 그룹을 선택하여 설정을 저장할 수 없는 문제 고침.
This commit is contained in:
parent
b8d20fb62f
commit
a7e130cc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -2348,7 +2348,7 @@ 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;
|
||||
return vValue.toString();
|
||||
}
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue