소스 검색

Tags sends [] instead of null

tags/v1.0.0
Isaac Bythewood 11 년 전
부모
커밋
39aa6818f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pinry/static/js/helpers.js

+ 1
- 1
pinry/static/js/helpers.js 파일 보기

@@ -20,7 +20,7 @@ function cleanTags(tags) {
tags[i] = tags[i].trim();
}
} else {
return null;
return [];
}
return tags;
}


불러오는 중...
취소
저장