diff --git a/functions.php b/functions.php index d9348b44d..0b3f7ba9f 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