From cea10627ca6f73a37666377d4770048e97329171 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Jun 2006 03:58:40 +0100 Subject: [PATCH] fix: quick menu infoboxes not displayed when header is disabled (closes #69) --- tt-rss.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tt-rss.php b/tt-rss.php index 06121c2a1..149dafc1e 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -89,6 +89,8 @@ window.onload = init; +
 
+ @@ -100,9 +102,6 @@ window.onload = init; - -
 
-
 
Hello,