mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug
This commit is contained in:
parent
0c504a6d53
commit
7ae6ab4ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
if(!lID && lSrc)
|
||||
lID = this.getIdBySrc(lSrc);
|
||||
|
||||
var lElement = this.getById(lID);
|
||||
var lElement = DOMTree.getById(lID);
|
||||
|
||||
/* если скрипт еще не загружен */
|
||||
if(!lElement){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue