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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user