fix(view) show: add fs

This commit is contained in:
coderaiser 2014-05-29 10:02:52 -04:00
parent f668026771
commit 2e85c784e0

View file

@ -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) {