mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
removed unneded windows check
This commit is contained in:
parent
d40d35fecb
commit
fb729aea52
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = '<link rel=stylesheet href=' +
|
||||
(WIN32 ? '/css/reset.css>' : '"/css/reset.css">');
|
||||
var lReplace_s = '<link rel=stylesheet href="/css/reset.css">';
|
||||
|
||||
pIndex = Util.removeStr(pIndex, lReplace_s);
|
||||
pIndex = pIndex.replace('/css/style.css', srv.Minify.MinFolder + 'all.min.css');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue