mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
Fix #36
This commit is contained in:
parent
d284ff0312
commit
73f514ecef
|
|
@ -94,6 +94,7 @@
|
|||
|
||||
this.assets[hash] = path;
|
||||
} else if (filetype === 'img') {
|
||||
/** global: Image */
|
||||
this.assets[hash] = new Image();
|
||||
this.assets[hash].src = path;
|
||||
} else if (filetype === 'audio') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user