From: Andrew Dolgov Date: Wed, 24 Jan 2007 08:35:54 +0000 (+0100) Subject: make mark as read subtoolbar dropdown clickable X-Git-Tag: 1.2.8~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=eb28b131bc2d7354252f61849551a20b617bd5e4;p=tt-rss.git make mark as read subtoolbar dropdown clickable --- diff --git a/functions.php b/functions.php index d9348b44..0b3f7ba9 100644 --- a/functions.php +++ b/functions.php @@ -2719,8 +2719,8 @@ $page_next_link = "javascript:viewFeedGoPage(1)"; $page_first_link = "javascript:viewFeedGoPage(0)"; - $catchup_page_link = "catchupPage()"; - $catchup_feed_link = "catchupCurrentFeed()"; + $catchup_page_link = "javascript:catchupPage()"; + $catchup_feed_link = "javascript:catchupCurrentFeed()"; if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { @@ -2751,21 +2751,21 @@ None
  •  
  • Selection
  • +
  • Toggle unread
  • +
  • Toggle starred
  •  
  • -
  • Mark as read
  • +
  • Mark as read
  •  
  • -
  • Next Page
  • +
  • Next page
  • ";