mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
게시물 관리 팝업에서 생기는 js 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8f61b62e59
commit
7b2ca28372
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ function completeManageDocument(ret_obj) {
|
|||
|
||||
/* 선택된 모듈의 카테고리 목록을 가져오는 함수 */
|
||||
function doGetCategoryFromModule(obj) {
|
||||
if(!obj) return;
|
||||
var module_srl = obj.options[obj.selectedIndex].value;
|
||||
|
||||
var params = new Array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue