X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/4aa539e5d93da275c6d882a864a735d5a23e98db..eeac2861e6c193b096948eba4e8969e89c4148bd:/stage2/static/js/checkfile.js diff --git a/stage2/static/js/checkfile.js b/stage2/static/js/checkfile.js index 6d3782c..5482688 100644 --- a/stage2/static/js/checkfile.js +++ b/stage2/static/js/checkfile.js @@ -16,8 +16,8 @@ $(function() { } } var size = this.files[0].size; - if (size > 10 * 1024 * 1024) { - alert('Rozmiar pliku nie może przekraczać 10 MB!'); + if (size > 20 * 1024 * 1024) { + alert('Rozmiar pliku nie może przekraczać 20 MB!'); ok = false; } if (!ok) {