From: Andrew Dolgov Date: Thu, 11 Nov 2010 20:09:29 +0000 (+0300) Subject: cdmClicked: allow opening article urls X-Git-Tag: 1.5.0~269 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a627ae354b03ffc2e1b1fcb3fa80fd9bd0a6bbb7;p=tt-rss.git cdmClicked: allow opening article urls --- diff --git a/viewfeed.js b/viewfeed.js index 872db9a0..e9cf4c7c 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -2469,6 +2469,7 @@ function cdmClicked(event, id) { handle_rpc_reply(transport); } }); + return true; } else { toggleSelected(id); }