1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02: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);
}