From f80555a94cc1d2fb21233b538ef8a4dd140486ea Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Thu, 26 Jul 2012 19:20:21 -0400 Subject: shows a spinner while updating feed --- templates/part.itemcounter.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/part.itemcounter.php b/templates/part.itemcounter.php index ad24a991b..9a1127ea8 100644 --- a/templates/part.itemcounter.php +++ b/templates/part.itemcounter.php @@ -10,7 +10,10 @@ function countUnreadItems($feedid) { ++$counter; } if ($counter > 0) { - echo '' . $counter . ''; + echo '' . $counter . ''; + } + else { + echo ''; } } -- cgit v1.2.3