summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-24 10:33:09 +0100
committerAndrew Dolgov <[email protected]>2006-02-24 10:33:09 +0100
commit98bea1b16385000db352ff5ab297e9c7c20c21d4 (patch)
treefb0eb3727a16c59c623807fe725f83d200a1009f /viewfeed.js
parentb02111c24a67874332a4bed52944e6597822cf54 (diff)
duplicate feed actions toolbar on bottom (related to #44)
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js5
1 files changed, 5 insertions, 0 deletions
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;
}