fixed #47 사이트맵에서 권한 설정 시 그룹을 선택하여 설정을 저장할 수 없는 문제 고침.

This commit is contained in:
sejin7940 2013-11-15 02:24:07 +09:00 committed by bnu
parent b8d20fb62f
commit a7e130cc3e

View file

@ -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. // 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 = "[]"; if(vValue.length === 0) vValue = "[]";
return vValue; return vValue.toString();
} }
<!--@end--> <!--@end-->