From: Brice Maron Date: Tue, 26 Mar 2013 19:32:50 +0000 (+0100) Subject: Update Url for Owncloud >= 5.X X-Git-Tag: 1.7.6~262^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4637cca0e05b2457a8b81c86337e604d6df52f31;p=tt-rss.git Update Url for Owncloud >= 5.X --- diff --git a/plugins/owncloud/owncloud.js b/plugins/owncloud/owncloud.js index 6e971030..df929e01 100644 --- a/plugins/owncloud/owncloud.js +++ b/plugins/owncloud/owncloud.js @@ -15,7 +15,8 @@ function ownArticle(id) { onComplete: function(transport) { var ti = JSON.parse(transport.responseText); - var share_url = ti.ownurl + "?app=bookmarks&getfile=addBm.php?output=popup&url=" + param_escape(ti.link); + var share_url = ti.ownurl + "/apps/bookmarks/addBm.php?output=popup&url=" + param_escape(ti.link) + + '&title=' + ti.title; w.location.href = share_url; } });