From: Brion Vibber Date: Thu, 10 Jul 2003 04:28:01 +0000 (+0000) Subject: Temporary hack for Mozilla bug; revert to quirks mode handling of
X-Git-Tag: 1.1.0~423 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=aff537585eb044304947b5b0d34041468b63ae3d;p=lhc%2Fweb%2Fwiklou.git Temporary hack for Mozilla bug; revert to quirks mode handling of
--- diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js index 471153ab59..d57d5b0aff 100644 --- a/stylesheets/wikibits.js +++ b/stylesheets/wikibits.js @@ -70,3 +70,27 @@ function toggleToc() { } } + +/* Temporary hack for Mozilla bug; revert to quirks mode handling of
*/ +if(navigator.userAgent && + navigator.userAgent.indexOf('Gecko') != -1 && + navigator.userAgent.indexOf('KHTML') == -1) { + document.writeln( + ''); +} +