1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

duplicate feed actions toolbar on bottom (related to #44)

This commit is contained in:
Andrew Dolgov
2006-02-24 10:33:09 +01:00
parent b02111c24a
commit 98bea1b163
2 changed files with 17 additions and 4 deletions
+5
View File
@@ -374,6 +374,11 @@ function cdmSelectArticles(mode) {
}
}
function catchupPage() {
alert("FIXME not yet implemented");
}
function init() {
document.onkeydown = hotkey_handler;
}