]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
add article prefetching, remove history tracking
[tt-rss.git] / tt-rss.js
index b46c859acccfd3b1f30ab0a84000d1107bc2295b..d22aa1fba3ae6df2bbc52c46f971acecb162f148 100644 (file)
--- 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();
-}
+} */