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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user