From bccb93d2477db3eb25e7b3c444640120bd3d84b1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Jul 2012 07:47:53 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 8ed6cbf7..a22e5421 100644 --- a/client.js +++ b/client.js @@ -157,7 +157,7 @@ CloudClient.Editor = (function(){ /* function loads and shows viewer */ CloudClient.Viewer = (function(){ CloudCommander.jsload(CloudClient.LIBDIRCLIENT + - 'lib/client/viewer.js',{ + 'viewer.js',{ onload: (function(){ CloudCommander.Viewer.Keys(); })