fixed bug with test mode

This commit is contained in:
coderaiser 2012-09-15 14:19:11 -04:00
parent 1067e5fe8d
commit ce89f2b157

View file

@ -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'},