1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 18:49:14 +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

View File

@@ -2469,6 +2469,7 @@ function cdmClicked(event, id) {
handle_rpc_reply(transport);
} });
return true;
} else {
toggleSelected(id);
}