From 53741a9ad87d27b48af508ce019cf1407a484f4f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 3 Jul 2011 14:32:15 +0200 Subject: [PATCH] Comment on Firefox bug. --- 4chan_x.user.js | 1 + script.coffee | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index a66065191..7cb5be1fa 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3022,6 +3022,7 @@ opacity: .5;\ }\ \ + /* Firefox bug: hidden tables are not hidden */\ [hidden] {\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index b038352fd..317ac69a9 100644 --- a/script.coffee +++ b/script.coffee @@ -2412,6 +2412,7 @@ main = opacity: .5; } + /* Firefox bug: hidden tables are not hidden */ [hidden] { display: none; }