mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
Update client.js
This commit is contained in:
parent
a7b02412b6
commit
6cedd2e7a2
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ var CloudClient={
|
|||
* ссылкам и
|
||||
* загружает содержимое каталогов */
|
||||
/* Обьект для работы с кэшем */
|
||||
Cashe :{},
|
||||
Cache :{},
|
||||
/* Object contain additional system functional */
|
||||
Util :{},
|
||||
|
||||
|
|
@ -324,7 +324,7 @@ CloudClient.Editor = (function(){
|
|||
|
||||
/* function loads and shows viewer */
|
||||
CloudClient.Viewer = (function(){
|
||||
CloudCommander.jsload(CloudClient.LIBDIRCLIENT +
|
||||
Util.jsload(CloudClient.LIBDIRCLIENT +
|
||||
'viewer.js',{
|
||||
onload: (function(){
|
||||
CloudCommander.Viewer.Keys();
|
||||
|
|
@ -334,7 +334,7 @@ CloudClient.Viewer = (function(){
|
|||
|
||||
/* function loads and shows terminal */
|
||||
CloudClient.Terminal = (function(){
|
||||
CloudCommander.jsload(CloudClient.LIBDIRCLIENT +
|
||||
Util.jsload(CloudClient.LIBDIRCLIENT +
|
||||
'terminal.js',{
|
||||
onload: (function(){
|
||||
CloudCommander.Terminal.Keys();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue