diff --git a/lib/client/view.js b/lib/client/view.js index 07ec6607..8f95b4a7 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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) {