1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Featurebox work and other fixes

This commit is contained in:
Cameron
2013-03-08 02:19:18 -08:00
parent bfd095e0c4
commit 3fcd499f9f
11 changed files with 249 additions and 33 deletions

View File

@@ -29,6 +29,8 @@ class e_jslib
public function renderHeader($where = 'front', $return = false)
{
$ret = '';
/* DEPRECATED
$ret .= "
<script type=\"text/javascript\">
var e107Path = {
@@ -47,6 +49,7 @@ class e_jslib
};
</script>
";
*/
// FIXED: convert e107.js.php to pure e107.js file
// FIXED: 'e_jslib_browser_cache' used by js_manager - add it together with all new prefs (JS management tab, Site preferences area)
// FIXED: option to use external sources (e.g. google) even if JS is combined (script tags for external sources)