1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:35:57 +00:00

add quick action to edit current feed

This commit is contained in:
Andrew Dolgov
2006-11-22 11:11:41 +01:00
parent bbb416e58b
commit 7086277caf
3 changed files with 63 additions and 0 deletions

View File

@@ -176,6 +176,11 @@ function feedlist_init() {
correctPNG();
}
if (getActiveFeedId()) {
debug("some feed is open on feedlist refresh, reloading");
setTimeout("viewCurrentFeed()", 100);
}
} catch (e) {
exception_error("feedlist/init", e);
}