summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:23:28 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:23:28 +0100
commit80e4dc34fd6673ab789560b6b8cee74293aa2401 (patch)
treecca5655f9e684037f1d0fcffbe12de15a63554f8 /tt-rss.js
parent6b4163cb464534e827b4282f84541d86c8e19ec5 (diff)
css-based layout + required fixes (2)
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index bcbadcb52..925721367 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -225,7 +225,7 @@ function updateFeedList(silent, fetch) {
// var feeds_frame = document.getElementById("feeds-frame");
// feeds_frame.src = query_str;
- debug("updateFeedList");
+ debug("updateFeedList: " + query_str);
if (xmlhttp_ready(xmlhttp)) {
xmlhttp.open("GET", query_str, true);