feature(config) rm logs

This commit is contained in:
coderaiser 2014-09-16 04:53:46 -04:00
parent 25d5bbb35f
commit 98664d568b
3 changed files with 0 additions and 3 deletions

View file

@ -239,7 +239,6 @@ All main configuration could be done via `json/config.json`.
"minify" : true, /* minification of js,css,html and img */
"online" : true, /* load js files from cdn or local path */
"cache" : true, /* add cache-control */
"logs" : false, /* logs or console ouput */
"showKeysPanel" : true, /* show classic panel with buttons of keys */
"server" : true, /* server mode or testing mode */
"socket" : true, /* enable web sockets */

View file

@ -12,7 +12,6 @@
<li><span><input type="checkbox" id="minify" {{ minify }} ></input></span> <label for="minify">Minify</label></li>
<li><span><input type="checkbox" id="online" {{ online }} ></input></span> <label for="online">Online</label></li>
<li><span><input type="checkbox" id="cache" {{ cache }} ></input></span> <label for="cache">Cache</label></li>
<li><span><input type="checkbox" id="logs" {{ logs }} ></input></span> <label for="logs">Logs</label></li>
<li><span><input type="checkbox" id="showKeysPanel" {{ showKeysPanel }}></input></span> <label for="showKeysPanel">Show keys panel</label></li>
<li><span><input type="checkbox" id="socket" {{ socket }} ></input></span> <label for="socket">Socket</label></li>
<li><input type="number" min="0" max="65535" class="form-control" placeholder="Port" id="port" value="{{ port }}" title="Port"></input></li>

View file

@ -12,7 +12,6 @@
"minify": true,
"online": true,
"cache": true,
"logs": false,
"showKeysPanel": true,
"server": true,
"socket": true,