1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

drop history

This commit is contained in:
Andrew Dolgov
2007-06-14 07:02:50 +01:00
parent ab81de29a0
commit fee51fc66b
3 changed files with 0 additions and 91 deletions

View File

@@ -191,10 +191,6 @@ function view(id, feed_id, skip_history) {
var cached_article = cache_find(id);
debug("cache check result: " + (cached_article != false));
/* if (!skip_history) {
history_push("ARTICLE:" + id + ":" + feed_id);
} */
enableHotkeys();