mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
3bffa0986a
commit
299050bf5e
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ CloudServer.init = (function(){
|
|||
var lAppCache = CloudServer.AppCache;
|
||||
if(lAppCache){
|
||||
lAppCache.addFiles(
|
||||
['./lib/jquery.js', './font/DroidSansMono.woff','./min/all.min.css']);
|
||||
['./lib/client/jquery.js', './font/DroidSansMono.woff','./min/all.min.css']);
|
||||
lAppCache.createManifest();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue