mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
c3a4f951cc
commit
c37daa2516
1 changed files with 10 additions and 8 deletions
18
client.js
18
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();
|
||||
})
|
||||
});
|
||||
});
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue