From 6e3d43a16aee2fec41647b41026adba069eda473 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 8 Oct 2011 18:55:28 -0700 Subject: [PATCH] comment --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f20ab7e2a..52c6005a4 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3334,7 +3334,7 @@ background: none;\ }\ \ - /* Firefox bug: hidden tables are not hidden */\ + /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */\ [hidden] {\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index e6d206747..3054a3f97 100644 --- a/script.coffee +++ b/script.coffee @@ -2538,7 +2538,7 @@ Main = background: none; } - /* Firefox bug: hidden tables are not hidden */ + /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */ [hidden] { display: none; }