diff --git a/client.js b/client.js index 47b18f08..5ae47eeb 100644 --- a/client.js +++ b/client.js @@ -361,7 +361,7 @@ CloudClient.init=(function() /* loading CloudMirror plagin */ CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{ onload:(function(){ - CloudCommander.Editor.CloudMirror.load(); + CloudCommander.Editor.Keys(); }) }); });