mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(menu) DOM.getIdBySrc -> DOM.load.getIdBySrc
This commit is contained in:
parent
84efd8a2fd
commit
1892f12239
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
|
|||
TIME = 1000,
|
||||
date = Date.now(),
|
||||
path = Info.path,
|
||||
id = DOM.getIdBySrc(path),
|
||||
id = DOM.load.getIdBySrc(path),
|
||||
dir = Info.isDir ? '&&json' : '';
|
||||
|
||||
Util.log('downloading file ' + path +'...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue