diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-10-13 19:05:36 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-10-13 19:05:36 +0400 |
| commit | 37e93d6ccae51c283f3b480195016d749ecab1a5 (patch) | |
| tree | 16a8490a3a111027cae2cd0f88452d4dd3b73ade /tt-rss.php | |
| parent | f4280bdd13e1a1ad54f6ddfafaccdc0e43aa756e (diff) | |
display special dialog when new articles are available in the current feed instead of reloading it
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php index 1dcee23a4..7b87c320f 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -105,6 +105,7 @@ window.onload = init; <div id="infoBoxShadow" style="display : none"><div id="infoBox"> </div></div> <div id="cmdline" style="display : none"></div> +<div id="auxDlg" style="zdisplay : none"></div> <div id="errorBoxShadow" style="display : none"> <div id="errorBox"> |