From 97a31762cbf05d9850bfd16e9d16fa2cb27eba1b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 8 Dec 2003 09:22:54 +0000 Subject: [PATCH] Remove old mozilla hack --- stylesheets/wikibits.js | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js index efcd7466c5..ba8ce1d8d3 100644 --- a/stylesheets/wikibits.js +++ b/stylesheets/wikibits.js @@ -74,27 +74,3 @@ function toggleToc() { } } -/* CHECK MERGE @@@ */ -/* 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( - ''); -} - -- 2.20.1