From 275ff054dbd5612e697394908a26a9578e9e12b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 7 Jul 2001 10:24:42 +0000 Subject: [PATCH] Merged a workaround to fix the bad DOM implemenation in Konqueror and Opera --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa5efe56a..a5383e2db 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-07-05 Loïc Chapeaux +2001-07-07 Loïc Chapeaux + * left.php3: improved the css. + * left.js: try to "fix" the Opera and Konqueror bug (bad DOM implemenation + -> list is no long expandable/collapsible with this browsers) + +2001-07-06 Loïc Chapeaux * users_details.php3: fixed many little scripting bugs. * function.js: rewritten to fit javascript standards (eval function was deprecated a long time ago).