mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-13 15:58:42 +00:00
Make self const
This commit is contained in:
parent
6115119dde
commit
f7a727b9b8
|
|
@ -27,7 +27,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
let self = this;
|
||||
const self = this;
|
||||
|
||||
if (!form.querySelector('input[type=file]')|| !document.querySelector('input[type=file][form=' + form.id + ']')) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user