mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug
This commit is contained in:
parent
03586da967
commit
d42b76d3d5
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