mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
allow to switch minification of JS or CSS files off via Admin >> Site configuration, it is switched on by default
This commit is contained in:
parent
fbd2f62012
commit
23a97f6ab8
@ -303,6 +303,14 @@
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row_off">
|
||||||
|
<td>{lang_Disable_minifying_of_javascript_and_CSS_files}:</td>
|
||||||
|
<td>
|
||||||
|
<select name="newsettings[debug_minify]">
|
||||||
|
<option value="">{lang_No} - {lang_Default}</option>
|
||||||
|
<option value="True"{selected_debug_minify_True}>{lang_Yes}</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- END body -->
|
<!-- END body -->
|
||||||
|
Loading…
Reference in New Issue
Block a user