1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

getMainContext() and related JS-stuff

This commit is contained in:
Andrew Dolgov
2006-05-23 07:03:08 +01:00
parent 131b01b336
commit ac378ad4ec
3 changed files with 41 additions and 26 deletions

View File

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