summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 07:37:28 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 07:37:28 +0300
commit9c0235ab66b28f987a53d3858983f81f4d4894a3 (patch)
treec65c539f0158dac98b5946f7a2be1823d16a7ae6 /classes
parent0a10832491b1505bd8762d5c70feb198f4d2c757 (diff)
show current unread counter on headlines toolbar if sidebar is hidden
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/feeds.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 642e1dec3..e1478a696 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -51,7 +51,9 @@ class Feeds extends Handler_Protected {
if ($error)
$reply .= " <i title=\"" . htmlspecialchars($error) . "\" class='material-icons icon-error'>error</i>";
- $reply .= "</span></span>";
+ $reply .= "</span>";
+ $reply .= "<span id='feed_current_unread' style='display: none'></span>";
+ $reply .= "</span>";
$reply .= "<span class=\"right\">";
$reply .= "<span id='selected_prompt'></span>";