From e16811566a48e35d42375968921be8297ea9fa4c Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 18 Feb 2007 13:00:39 +0000 Subject: [PATCH] MDL-8560 Chameleon not loading pix list on start page --- 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 9038fdcccc..94c3e8208c 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', + 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