mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
첨부파일 1개를 등록시 목록에 제대로 나타나도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4771 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
13094ce23c
commit
bb2d6e1ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ function completeReloadFileList(ret_obj, response_tags, settings) {
|
|||
|
||||
if(files && typeof(files['item'])!='undefined') {
|
||||
var item = files['item'];
|
||||
if(item.length<1) item = new Array(item);
|
||||
if(typeof(item.length)=='undefined' || item.length<1) item = new Array(item);
|
||||
if(item.length) {
|
||||
for(var i=0;i<item.length;i++) {
|
||||
var file_srl = item[i].file_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue