mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
Fix whitespace
This commit is contained in:
parent
4cbf548436
commit
8f813ac6a8
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@
|
|||
{
|
||||
try {
|
||||
const response = JSON.parse(xhr.response);
|
||||
|
||||
|
||||
if (!self.success[formId]) {
|
||||
self.responseManager.run(null, response);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user