Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
add (uploader): allow multiple files to be added later
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Oct 4, 2019
1 parent 116f9d4 commit d840cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/css/app.css": "/css/app.css?id=9ccf21a457016100da27",
"/js/all.js": "/js/all.js?id=6e95e7a7cf0048593ff0",
"/js/all.js": "/js/all.js?id=76fac692bbf5574304b9",
"/css/all.css": "/css/all.css?id=7b2e7f4696f2d3bf19b0",
"/semantic/semantic.min.css": "/semantic/semantic.min.css?id=395cd6af3c3778570b67"
}
1 change: 1 addition & 0 deletions resources/js/init/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ $(function () {
theme: 'simple',
limit: $(elm).data('limit'),
extensions: extensions,
addMore: true,
changeInput: '<div class="fileuploader-input">' +
'<div class="fileuploader-input-inner">' +
'<div><span>${captions.browse}</span></div>' +
Expand Down

0 comments on commit d840cba

Please sign in to comment.