mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(view) showImage: rm var
This commit is contained in:
parent
92e4e1a76d
commit
84fe10a652
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
var name = DOM.getCurrentName(file);
|
||||
return name !== current;
|
||||
}).map(function(file) {
|
||||
var path = DOM.getCurrentPath(file);
|
||||
var name = DOM.getCurrentName(file);
|
||||
var path = DOM.getCurrentPath(file),
|
||||
name = DOM.getCurrentName(file);
|
||||
|
||||
return {
|
||||
href: prefixUrl + path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue