minor changes

This commit is contained in:
coderaiser 2012-09-15 13:25:33 -04:00
parent 5edfbe9160
commit 1067e5fe8d

View file

@ -166,7 +166,7 @@ CloudServer.init = (function(){
var lAppCache = CloudServer.AppCache;
if(lAppCache){
lAppCache.addFiles(
[{'http://themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff' : './font/DroidSansMono.woff'},
[{'//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'},
'./min/all.min.css']);
lAppCache.createManifest();