mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(view) show: add fs
This commit is contained in:
parent
f668026771
commit
2e85c784e0
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
|
||||
} else {
|
||||
Images.showLoad();
|
||||
path = Info.path;
|
||||
path = CloudFunc.FS + Info.path;
|
||||
type = getType(path);
|
||||
|
||||
switch(type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue