summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 07:03:08 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 07:03:08 +0100
commitac378ad4ec0b870931b16daebcf0c1f22f9fa303 (patch)
tree92c4b6efedaa0f9d2b421d71be0935788e3ba504 /feedlist.js
parent131b01b336850c574d3b518927a4910065fc4cb6 (diff)
getMainContext() and related JS-stuff
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 66ae169cd..599c7e7c5 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -111,7 +111,7 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
query = query + "&ts=" + timestamp
}
- parent.debug(query);
+ debug(query);
headlines_frame.location.href = query;