mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +00:00
Fix whitespace
This commit is contained in:
parent
4cbf548436
commit
8f813ac6a8
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
if (!form.querySelector('input[type=file]')
|
if (!form.querySelector('input[type=file]')
|
||||||
|| !document.querySelector('input[type=file][form=' + form.id + ']')
|
|| !document.querySelector('input[type=file][form=' + form.id + ']')
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
const response = JSON.parse(xhr.response);
|
const response = JSON.parse(xhr.response);
|
||||||
|
|
||||||
if (!self.success[formId]) {
|
if (!self.success[formId]) {
|
||||||
self.responseManager.run(null, response);
|
self.responseManager.run(null, response);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user