mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(dom) getImage: image -> js-image
This commit is contained in:
parent
5f55c962ff
commit
ea27357b84
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
};
|
||||
|
||||
function getImage(name) {
|
||||
var id = 'image-' + name,
|
||||
var id = 'js-image-' + name,
|
||||
element = Images[id];
|
||||
|
||||
if (!element)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue