mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 06:01:28 +00:00
add experimental operation history stack
This commit is contained in:
@@ -51,10 +51,14 @@ function article_callback() {
|
||||
}
|
||||
}
|
||||
|
||||
function view(id, feed_id) {
|
||||
function view(id, feed_id, skip_history) {
|
||||
|
||||
try {
|
||||
debug("loading article: " + id + "/" + feed_id);
|
||||
|
||||
if (!skip_history) {
|
||||
history_push("ARTICLE:" + id + ":" + feed_id);
|
||||
}
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user