1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

- various missing js settings added

- overall javascript management routine cleanup (need testing, mainly after clean install)
This commit is contained in:
secretr
2012-05-14 11:07:04 +00:00
parent 9bd53420f5
commit f004297468
8 changed files with 2925 additions and 52 deletions

View File

@@ -57,11 +57,15 @@
<core name="displaythemeinfo">1</core>
<core name="download_email">0</core>
<core name="e_jslib_browser_cache">0</core>
<core name="e_jslib_nobcache">1</core>
<core name="e_jslib_nocache">0</core>
<core name="e_jslib_gzip">1</core>
<core name="e_jslib_nocombine">0</core>
<core name="e_jslib_core"><![CDATA[array (
'prototype/prototype.js' => 'all',
'scriptaculous/scriptaculous.js' => 'all',
'scriptaculous/effects.js' => 'all',
'e107.js.php' => 'all',
'e107.js' => 'all',
)]]></core>
<core name="e_jslib_plugin"><![CDATA[array ()]]></core>
<core name="e_jslib_theme"><![CDATA[array ()]]></core>