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

workaround for Opera cache of feeds/headlines panel; remove addheader param handling

This commit is contained in:
Andrew Dolgov
2006-02-26 15:07:22 +01:00
parent 362698addb
commit 59b8192f94
5 changed files with 69 additions and 68 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function view(id, feed_id) {
var content = m_document.getElementById("content-frame");
if (content) {
content.src = "backend.php?op=view&addheader=true&id=" + param_escape(id) +
content.src = "backend.php?op=view&id=" + param_escape(id) +
"&feed=" + param_escape(feed_id);
markHeadline(active_post_id);
}