MDL-8392 Permanent Message "Chameleon is loading..."
This commit is contained in:
@@ -40,7 +40,7 @@ String.prototype.trim = function() {
|
||||
|
||||
var Config = {
|
||||
THEME_ROOT: '<?php echo $chameleon_theme_root; ?>',
|
||||
REMOTE_URI: '<?php echo substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/')); ?>/css.php?id=<?php echo (isset($_GET['id'])) ? (int) $_GET['id'] : 0; ?>',
|
||||
REMOTE_URI: '<?php echo substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/')); ?>/css.php<?php echo (isset($_GET['id'])) ? '?id='.(int) $_GET['id'] : ''; ?>',
|
||||
FONTS_LIST: ['verdana, arial, helvetica, sans-serif', '"trebuchet ms", verdana, sans-serif', 'georgia, "trebuchet ms", times, serif', 'Other'],
|
||||
FONT_WEIGHTS: ['normal', 'bold'],
|
||||
FONT_STYLES: ['normal', 'italic'],
|
||||
|
||||
Reference in New Issue
Block a user