merge-requests/218/head
Thomas Lynch 3 years ago
parent f0cd378d14
commit f414d536e7
  1. 1
      gulp/res/js/forms.js

@ -226,7 +226,6 @@ class formHandler {
} }
} else { } else {
if (xhr.status === 413) { if (xhr.status === 413) {
this.clearFiles();
//not json, must be nginx response //not json, must be nginx response
doModal({ doModal({
'title': 'Payload Too Large', 'title': 'Payload Too Large',

Loading…
Cancel
Save