Fix whitespace

This commit is contained in:
Dennis Eichhorn 2019-02-17 19:00:11 +01:00
parent 4cbf548436
commit 8f813ac6a8
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
const self = this;
if (!form.querySelector('input[type=file]')
if (!form.querySelector('input[type=file]')
|| !document.querySelector('input[type=file][form=' + form.id + ']')
) {
try {

View File

@ -164,7 +164,7 @@
{
try {
const response = JSON.parse(xhr.response);
if (!self.success[formId]) {
self.responseManager.run(null, response);
} else {