mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add option to select jQuery 3.x (#1835) + add description to other options in Advanced config screen
This commit is contained in:
parent
dc1182f6f5
commit
0aa4fed636
6 changed files with 35 additions and 2 deletions
|
|
@ -148,8 +148,12 @@ $lang->cmd_concat_css_only = 'Combine all CSS';
|
|||
$lang->cmd_concat_js_only = 'Combine all JS';
|
||||
$lang->cmd_concat_css_js = 'Combine both CSS and JS';
|
||||
$lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as few files as possible. External scripts are not combined.';
|
||||
$lang->jquery_version = 'jQuery Version';
|
||||
$lang->about_jquery_version = 'You can select the default jQuery version for this site. Please note that jQuery 3.x may not be compatible with older features.';
|
||||
$lang->use_server_push = 'Use HTTP/2 Server Push';
|
||||
$lang->about_use_server_push = 'This option adds headers to the response that some CDNs interpret as server push directives.';
|
||||
$lang->use_gzip = 'gzip Compression';
|
||||
$lang->about_use_gzip = 'This option should be left off unless you know for sure that your webserver doesn\'t compress output by default.';
|
||||
$lang->delay_session = 'Delay session start';
|
||||
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may interfere with autologin, and visitor counts may become inaccurate.';
|
||||
$lang->mediafilter_whitelist = 'Allow external media';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue