mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug with test mode
This commit is contained in:
parent
1067e5fe8d
commit
ce89f2b157
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ CloudServer.init = (function(){
|
|||
|
||||
/* створюємо файл app cache */
|
||||
var lAppCache = CloudServer.AppCache;
|
||||
if(lAppCache){
|
||||
if(lAppCache && this.Config.server){
|
||||
lAppCache.addFiles(
|
||||
[{'//themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff' : './font/DroidSansMono.woff'},
|
||||
{'//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js' : './lib/client/jquery.js'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue