1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 12:11:29 +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

View File

@@ -374,6 +374,11 @@ function cdmSelectArticles(mode) {
}
}
function catchupPage() {
alert("FIXME not yet implemented");
}
function init() {
document.onkeydown = hotkey_handler;
}