Skip to content

Commit

Permalink
fix(uploader): fileMaxSize validation not triggered even if set
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed May 20, 2020
1 parent 0a6b469 commit a27422a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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=84c9515032f958dd16e4",
"/js/all.js": "/js/all.js?id=cb4027f62ceb2455025e",
"/js/all.js": "/js/all.js?id=3f0597a0825b08e26bd4",
"/css/all.css": "/css/all.css?id=4b3a003417c65cef7fc1",
"/semantic/semantic.min.css": "/semantic/semantic.min.css?id=2a6f167e594f0513e5b8"
}
2 changes: 1 addition & 1 deletion resources/js/init/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $(function () {
theme: 'simple',
enableApi: true,
limit: $(elm).data('limit'),
fileMaxSize: $(elm).data('fileMaxSize'),
fileMaxSize: $(elm).data('filemaxsize'),
extensions: extensions,
addMore: true,
upload: upload,
Expand Down

0 comments on commit a27422a

Please sign in to comment.