From abbe0154f7a7611a67845c45cc18254a4e08d6e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 04:44:58 +0100 Subject: move counters processing to different xmlhttp object --- viewfeed.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index 1fab25027..9951636cb 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -1,7 +1,5 @@ var active_post_id = false; -//var xmlhttp_rpc = Ajax.getTransport(); - function headlines_callback() { if (xmlhttp.readyState == 4) { debug("headlines_callback"); @@ -54,8 +52,6 @@ function view(id, feed_id) { var query = "backend.php?op=view&id=" + param_escape(id) + "&feed=" + param_escape(feed_id); - xmlhttp.abort(); - if (xmlhttp_ready(xmlhttp)) { xmlhttp.open("GET", query, true); xmlhttp.onreadystatechange=article_callback; -- cgit v1.2.3