summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/digest.js2
-rw-r--r--js/viewfeed.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/js/digest.js b/js/digest.js
index fc0446d83..12d45e536 100644
--- a/js/digest.js
+++ b/js/digest.js
@@ -805,7 +805,7 @@ function tweet_article(id) {
var d = new Date();
var ts = d.getTime();
- var w = window.open('backend.php?op=loading', 'ttrss_tweet',
+ var w = window.open('backend.php?op=backend&method=loading', 'ttrss_tweet',
"status=0,toolbar=0,location=0,width=500,height=400,scrollbars=1,menubar=0");
new Ajax.Request("backend.php", {
diff --git a/js/viewfeed.js b/js/viewfeed.js
index b9b2a8e2b..d267c7693 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1770,7 +1770,7 @@ function getLastVisibleHeadlineId() {
function openArticleInNewWindow(id) {
toggleUnread(id, 0, false);
- window.open("backend.php?op=article&id=" + id);
+ window.open("backend.php?op=article&method=redirect&id=" + id);
}
function isCdmMode() {
@@ -2003,7 +2003,7 @@ function tweetArticle(id) {
var d = new Date();
var ts = d.getTime();
- var w = window.open('backend.php?op=loading', 'ttrss_tweet',
+ var w = window.open('backend.php?op=backend&method=loading', 'ttrss_tweet',
"status=0,toolbar=0,location=0,width=500,height=400,scrollbars=1,menubar=0");
new Ajax.Request("backend.php", {