mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Auto-prepend "cdn." (when available and CDN is On). Autoload "unminified" version (if available) when debug mode is On.
This commit is contained in:
@@ -1677,13 +1677,14 @@ $text .= "
|
||||
</fieldset>";
|
||||
|
||||
|
||||
$text .= "<fieldset class='e-hideme' id='core-prefs-javascript'>";
|
||||
|
||||
if(E107_DEBUG_LEVEL > 0)
|
||||
{
|
||||
// TODO - remove these old JS settings completely!
|
||||
|
||||
// Javascript Control
|
||||
$text .= "
|
||||
<fieldset class='e-hideme' id='core-prefs-javascript'>
|
||||
<legend>" . PRFLAN_242 . "</legend>
|
||||
<table class='table adminform'>
|
||||
<colgroup>
|
||||
@@ -1786,7 +1787,6 @@ $CDNproviders = array(
|
||||
);
|
||||
|
||||
$text .= '
|
||||
<fieldset class="e-hideme" id="core-prefs-javascript">
|
||||
<h4 class="caption">' . LAN_LIBRARY_MANAGER_30 . '</h4>
|
||||
<table class="table adminform">
|
||||
<colgroup>
|
||||
|
Reference in New Issue
Block a user