fixed bug with application cahe forming on windows

This commit is contained in:
coderaiser 2012-11-05 10:47:21 -05:00
parent a1a7892f05
commit d40d35fecb
3 changed files with 5 additions and 5 deletions

View file

@ -46,9 +46,7 @@
'<title>' + CloudFunc.setTitle() + '</title>');
if(!srv.Config.appcache)
pIndex = WIN32 ?
Util.removeStr(pIndex, ' manifest=/cloudcmd.appcache') :
Util.removeStr(pIndex, ' manifest="/cloudcmd.appcache"');
pIndex = Util.removeStr(pIndex, ' manifest="/cloudcmd.appcache"');
return pIndex;