projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa1677
)
ImageUpload: max filesize auf 15MB angehoben
author
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 14 May 2021 13:08:45 +0000
(15:08 +0200)
committer
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 25 Jun 2021 13:51:32 +0000
(15:51 +0200)
js/kivi.ImageUpload.js
patch
|
blob
|
history
diff --git
a/js/kivi.ImageUpload.js
b/js/kivi.ImageUpload.js
index
ca5d388
..
26529e2
100644
(file)
--- a/
js/kivi.ImageUpload.js
+++ b/
js/kivi.ImageUpload.js
@@
-1,7
+1,7
@@
namespace("kivi.ImageUpload", function(ns) {
"use strict";
- const MAXSIZE = 5*1024*1024; // 5MB size limit
+ const MAXSIZE =
1
5*1024*1024; // 5MB size limit
ns.add_files = function(target) {
let files = [];