1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 16:01:27 +00:00

css-based layout + required fixes (2)

This commit is contained in:
Andrew Dolgov
2006-09-28 13:23:28 +01:00
parent 6b4163cb46
commit 80e4dc34fd
7 changed files with 54 additions and 27 deletions

View File

@@ -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);