Browse Source

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

version-14
Makarand Bauskar 8 years ago
committed by Rushabh Mehta
parent
commit
a304beb664
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/public/js/frappe/upload.js

+ 2
- 2
frappe/public/js/frappe/upload.js View File

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


Loading…
Cancel
Save