mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(view) showImage: getSelectedNames -> getFilenames
This commit is contained in:
parent
c74618fa5f
commit
8149939d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
var config,
|
||||
current = Info.name,
|
||||
files = [].slice.call(Info.files),
|
||||
names = DOM.getSelectedNames(files)
|
||||
names = DOM.getFilenames(files)
|
||||
.filter(isImage)
|
||||
.filter(function(name) {
|
||||
return name !== current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue