mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
removed unneded windows check
This commit is contained in:
parent
d40d35fecb
commit
fb729aea52
2 changed files with 4 additions and 4 deletions
|
|
@ -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