From 2e85c784e0e19858ecabb7b7a8078d247716f6d3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 29 May 2014 10:02:52 -0400 Subject: [PATCH] fix(view) show: add fs --- lib/client/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {