mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
lib-scripts moved to lib folder
This commit is contained in:
parent
d0561a4ce2
commit
e993600a9e
4 changed files with 13 additions and 764 deletions
|
|
@ -567,7 +567,7 @@ CloudClient.init=(function()
|
|||
});
|
||||
|
||||
/* загружаем общие функции для клиента и сервера*/
|
||||
CloudClient.jsload('/cloudfunc.js',function(){
|
||||
CloudClient.jsload('lib/cloudfunc.js',function(){
|
||||
/* берём из обьекта window общий с сервером функционал */
|
||||
CloudFunc=window.CloudFunc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue