From eebb96e5dab6d02f3205d59da2bb09b7a423e5d7 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 2 Feb 2007 14:06:04 +0000 Subject: [PATCH] MDL-8392 Permanent Message "Chameleon is loading..." --- theme/chameleon/ui/chameleon_js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/chameleon/ui/chameleon_js.php b/theme/chameleon/ui/chameleon_js.php index f1746545a9..9038fdcccc 100644 --- a/theme/chameleon/ui/chameleon_js.php +++ b/theme/chameleon/ui/chameleon_js.php @@ -40,7 +40,7 @@ String.prototype.trim = function() { var Config = { THEME_ROOT: '', - REMOTE_URI: '/css.php?id=', + REMOTE_URI: '/css.php', 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'], -- 2.39.5