浏览代码

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


正在加载...
取消
保存