diff --git a/client.js b/client.js index 0f3435e0..8ed6cbf7 100644 --- a/client.js +++ b/client.js @@ -146,19 +146,21 @@ CloudClient.keyBinding=(function(){ /* function loads and shows editor */ CloudClient.Editor = (function(){ /* loading CloudMirror plagin */ - CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{ - onload:(function(){ - CloudCommander.Editor.Keys(); - }) + CloudClient.jsload(CloudClient.LIBDIRCLIENT + + 'editor.js',{ + onload:(function(){ + CloudCommander.Editor.Keys(); + }) }); }); /* function loads and shows viewer */ CloudClient.Viewer = (function(){ - CloudCommander.jsload('lib/client/viewer.js',{ - onload: (function(){ - CloudCommander.Viewer.Keys(); - }) + CloudCommander.jsload(CloudClient.LIBDIRCLIENT + + 'lib/client/viewer.js',{ + onload: (function(){ + CloudCommander.Viewer.Keys(); + }) }); }); /*