summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-15 06:03:35 +0100
committerAndrew Dolgov <[email protected]>2007-05-15 06:03:35 +0100
commite097e8be75440dd03e7f36ff8a1d0e01725295c3 (patch)
treebac5bffaa6a92cd0d7c19dfab07bc51f0a5cdaa9 /tt-rss.js
parent465ff90b4ac122b60d169df0b9a6f51a262296e5 (diff)
add article prefetching, remove history tracking
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt-rss.js b/tt-rss.js
index b46c859ac..d22aa1fba 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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();
-}
+} */