summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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;
}