From 25954de759585311dd33efcb334c5ddb18052c9a Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 28 Dec 2021 11:52:03 +0100 Subject: Fix: loading wheel (#4082) * fix anoym. user * fix global view * Update app/views/helpers/pagination.phtml Co-authored-by: Frans de Jonge * Update global_view.js Co-authored-by: Frans de Jonge --- app/views/helpers/pagination.phtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views') diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index 86b1997e9..cefa835bd 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -22,6 +22,8 @@ $hasAccess = FreshRSS_Auth::hasAccess(); if ($url_mark_read && $hasAccess) { ?>
+ +
  • @@ -48,4 +50,6 @@ if ($url_mark_read && $hasAccess) { ?>
+ +
-- cgit v1.2.3