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

add article prefetching, remove history tracking

This commit is contained in:
Andrew Dolgov
2007-05-15 06:03:35 +01:00
parent 465ff90b4a
commit e097e8be75
6 changed files with 222 additions and 24 deletions

View File

@@ -46,10 +46,10 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
enableHotkeys();
if (!skip_history) {
/* if (!skip_history) {
history_push('FEED:' + feed + ':' + subop + ':' + is_cat +
':' + subop_param);
}
} */
var toolbar_query = Form.serialize("main_toolbar_form");
var toolbar_form = document.forms["main_toolbar_form"];