mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-8392 Permanent Message "Chameleon is loading..."
This commit is contained in:
parent
1934b87667
commit
eebb96e5da
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue