1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 13:51:28 +00:00

re-add ForceUpdate to viewfeed for update debugging, add some filter debugging

This commit is contained in:
Andrew Dolgov
2011-01-18 00:32:48 +03:00
parent 08ac193a41
commit 0569a7122c
2 changed files with 10 additions and 2 deletions

View File

@@ -836,7 +836,7 @@ function hotkey_handler(e) {
if (keycode == 82) { // r
if (getActiveFeedId()) {
viewfeed(getActiveFeedId(), "ForceUpdate", activeFeedIsCat());
viewfeed(getActiveFeedId(), '', activeFeedIsCat());
return;
}
}
@@ -848,7 +848,7 @@ function hotkey_handler(e) {
if (keycode == 85) { // u
if (getActiveFeedId()) {
viewfeed(getActiveFeedId(), "ForceUpdate");
viewfeed(getActiveFeedId(), '');
return false;
}
}