This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] fixes in multiline string in upload.js (
#3041
)
version-14
Makarand Bauskar
8 years ago
committed by
Rushabh Mehta
parent
eb0d098144
commit
a304beb664
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
Cancel
Save