diff --git a/ChangeLog b/ChangeLog index 62cdcce8..555eee73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,6 +65,8 @@ long thrue css, from JavaScript. * Fixed bug with application cahe forming on windows and linux. +* Removed unneeded windows check. + 2012.10.01, Version 0.1.7 * Changed name of menu files, fixed npm and jitsu diff --git a/cloudcmd.js b/cloudcmd.js index 838707f7..69754a0d 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -15,8 +15,7 @@ Server = main.require(DIR + 'server'), srv = Server.CloudServer, - Config = main.config, - WIN32 = main.WIN32; + Config = main.config; readConfig(); Server.start(Config, indexProcessing, appCacheProcessing); @@ -31,8 +30,7 @@ * минифицированый */ if(srv.Minify._allowed.css){ - var lReplace_s = '' : '"/css/reset.css">'); + var lReplace_s = ''; pIndex = Util.removeStr(pIndex, lReplace_s); pIndex = pIndex.replace('/css/style.css', srv.Minify.MinFolder + 'all.min.css');