mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug with distanation of editor.js
This commit is contained in:
parent
11c9b7b56d
commit
3f96bf4a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue