1
0
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:
Andrew Dolgov
2006-12-04 09:26:09 +01:00
parent d4b4b9dece
commit 1dc8dba07c
4 changed files with 101 additions and 10 deletions

View File

@@ -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();