1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:55:56 +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

@@ -21,7 +21,7 @@ var xmlhttp_ctr = Ajax.getTransport();
var init_params = new Object();
var op_history = new Array();
//var op_history = new Array();
function tagsAreDisplayed() {
return display_tags;
@@ -696,7 +696,7 @@ function feedEditSave() {
exception_error("feedEditSave (main)", e);
}
}
/*
function localHotkeyHandler(e) {
var keycode;
@@ -756,7 +756,7 @@ function localHotkeyHandler(e) {
}
debug("LKP=" + keycode);
}
}
function history_push(op) {
debug("history_push: " + op);
@@ -776,4 +776,4 @@ function history_pop() {
function history_clear() {
debug("history_clear");
op_history.clear();
}
} */