summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 15:07:22 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 15:07:22 +0100
commit59b8192f946cc44f6e88f2bb904d96dab2187c27 (patch)
tree3b2c9819dcb80e6dda70244d44dbe5a2619915a5 /viewfeed.js
parent362698addb96983626a74d712e7547958771c93f (diff)
workaround for Opera cache of feeds/headlines panel; remove addheader param handling
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 1f0d4d283..06a483bcc 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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);
}