From 98bea1b16385000db352ff5ab297e9c7c20c21d4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Feb 2006 10:33:09 +0100 Subject: duplicate feed actions toolbar on bottom (related to #44) --- viewfeed.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index c452d0aa9..28b94f167 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -374,6 +374,11 @@ function cdmSelectArticles(mode) { } } +function catchupPage() { + alert("FIXME not yet implemented"); +} + + function init() { document.onkeydown = hotkey_handler; } -- cgit v1.2.3