From 3f96bf4a9d92c4889580c72d68c9de6ce30efbc3 Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Tue, 17 Jul 2012 07:28:27 -0700 Subject: [PATCH] fixed bug with distanation of editor.js --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 701b8f1f..47b18f08 100644 --- a/client.js +++ b/client.js @@ -359,7 +359,7 @@ CloudClient.init=(function() }); /* loading CloudMirror plagin */ - CloudClient.jsload(CloudClient.LIBDIR+'editor.js',{ + CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{ onload:(function(){ CloudCommander.Editor.CloudMirror.load(); })