summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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();
-}
+} */