From 52db9978a7ab035b19de4a1c5587602f0c7c8ee0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Aug 2006 15:32:16 +0100 Subject: normalize title in front pages, fix filter query in update process --- tt-rss.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 9f83cc5be..771114d5b 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -186,6 +186,8 @@ function scheduleFeedUpdate(force) { xmlhttp.abort(); } + debug("REFETCH query: " + query_str); + if (xmlhttp_ready(xmlhttp)) { xmlhttp.open("GET", query_str, true); xmlhttp.onreadystatechange=refetch_callback; @@ -538,7 +540,7 @@ function toggleDispRead() { function parse_runtime_info(elem) { var param = elem.firstChild; - debug("parse_runtime_info"); + debug("parse_runtime_info: " + param); while (param) { var k = param.getAttribute("key"); -- cgit v1.2.3