mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-29 02:30:28 +00:00
removed allowed from cache property in config
This commit is contained in:
parent
1907d9e700
commit
d3e749cee1
3 changed files with 17 additions and 16 deletions
|
|
@ -101,7 +101,7 @@
|
|||
lMinifyAllowed = lConfig.minification;
|
||||
|
||||
/* Переменная в которой храниться кэш*/
|
||||
lCache.setAllowed(lConfig.cache.allowed);
|
||||
lCache.setAllowed(lConfig.cache);
|
||||
|
||||
/* Change default parameters of
|
||||
* js/css/html minification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue