瀏覽代碼

[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) {


Loading…
取消
儲存