1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

cdmClicked: allow opening article urls

This commit is contained in:
Andrew Dolgov
2010-11-11 23:09:29 +03:00
parent 6237ea0537
commit a627ae354b
+1
View File
@@ -2469,6 +2469,7 @@ function cdmClicked(event, id) {
handle_rpc_reply(transport); handle_rpc_reply(transport);
} }); } });
return true;
} else { } else {
toggleSelected(id); toggleSelected(id);
} }