diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-11 23:09:29 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-11 23:09:29 +0300 |
| commit | a627ae354b03ffc2e1b1fcb3fa80fd9bd0a6bbb7 (patch) | |
| tree | 80f8a3d12756f55044ef9f0b5eea3afe810fe283 /viewfeed.js | |
| parent | 6237ea0537bb06c5ae1a715132f145601cbd71c8 (diff) | |
cdmClicked: allow opening article urls
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js index 872db9a0a..e9cf4c7c0 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -2469,6 +2469,7 @@ function cdmClicked(event, id) { handle_rpc_reply(transport); } }); + return true; } else { toggleSelected(id); } |