1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:05:55 +00:00

misc help overlay tweaks

This commit is contained in:
Andrew Dolgov
2008-05-18 06:17:20 +01:00
parent 6c23f5e005
commit d97e02ad35
2 changed files with 7 additions and 7 deletions

View File

@@ -997,7 +997,7 @@ function hotkey_handler(e) {
if (keycode == 82) { // r
if (getActiveFeedId()) {
viewfeed(getActiveFeedId(), "ForceUpdate");
return false;
return;
}
}