Revision 8b3bec89
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
js/kivi.ImageUpload.js | ||
---|---|---|
76 | 76 |
myfiles.forEach(file => filesize += file.size); |
77 | 77 |
|
78 | 78 |
if (filesize > maxsize) { |
79 |
M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + kivi.t8(" > ") + ns.format_si(maxsize));
|
|
79 |
M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + " > " + ns.format_si(maxsize));
|
|
80 | 80 |
$("#upload_modal").modal("close"); |
81 | 81 |
return; |
82 | 82 |
} |
Auch abrufbar als: Unified diff
Mobile: locales