From: Andrew Dolgov Date: Wed, 14 Jun 2006 02:58:40 +0000 (+0100) Subject: fix: quick menu infoboxes not displayed when header is disabled (closes #69) X-Git-Tag: 1.2.1~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cea10627ca6f73a37666377d4770048e97329171;p=tt-rss.git fix: quick menu infoboxes not displayed when header is disabled (closes #69) --- diff --git a/tt-rss.php b/tt-rss.php index 06121c2a..149dafc1 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -89,6 +89,8 @@ window.onload = init; +
 
+ @@ -100,9 +102,6 @@ window.onload = init; - -
 
-
 
Hello,