diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 07:03:08 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 07:03:08 +0100 |
| commit | ac378ad4ec0b870931b16daebcf0c1f22f9fa303 (patch) | |
| tree | 92c4b6efedaa0f9d2b421d71be0935788e3ba504 /feedlist.js | |
| parent | 131b01b336850c574d3b518927a4910065fc4cb6 (diff) | |
getMainContext() and related JS-stuff
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 2 |
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; |