MDL-8392 Permanent Message "Chameleon is loading..."

This commit is contained in:
skodak 2007-02-02 14:06:04 +00:00
parent 1934b87667
commit eebb96e5da

View file

@ -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'],