mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(dom) loadCurrentTime: lCurrent -> current
This commit is contained in:
parent
25ae0ed3dd
commit
b48f708f91
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
var RESTful = DOM.RESTful,
|
||||
current = currentFile || this.getCurrentFile(),
|
||||
query = '?time',
|
||||
link = this.getCurrentPath(lCurrent);
|
||||
link = this.getCurrentPath(current);
|
||||
|
||||
RESTful.read(link + query, callback);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue