From a41e3453b991884f0e448a2421eb92a13237172c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 May 2008 19:08:28 +0000 Subject: [PATCH] Call to default.css is no more required --- htdocs/main.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f5ec4071763..00307a82dab 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -835,14 +835,12 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs // Those ones are required only with option "confirm by ajax popup" if ($conf->global->MAIN_CONFIRM_AJAX) { - // Bug: should not require default.css but does not work without. - print ''."\n"; - // Only this css should be required + // PWC css print ''."\n"; // Scriptaculous used by PWC print ''."\n"; print ''."\n"; - // PWC + // PWC js print ''."\n"; } }