소스 검색

[minor] fixes in multiline string in upload.js (#3041)

version-14
Makarand Bauskar 8 년 전
committed by Rushabh Mehta
부모
커밋
a304beb664
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      frappe/public/js/frappe/upload.js

+ 2
- 2
frappe/public/js/frappe/upload.js 파일 보기

@@ -162,8 +162,8 @@ frappe.upload = {
</button>
</div>
</div>
</div>
`
</div>`
return $(template);
},
upload_multiple_files: function(files /*FileData array*/, args, opts) {


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