summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-21 20:11:38 +0300
committerAndrew Dolgov <[email protected]>2010-12-21 20:11:38 +0300
commit9bfb11ed8e7d62be0d62e3ba77d8aa3adfdd0cf2 (patch)
tree5f3ac66d9ef950375f99031dfdff38270ad5f75c /viewfeed.js
parent10cb560a5a555dd04c47ce8945fc556a7da29468 (diff)
fix cdmClicked doing nothing in expanded mode when clicking on article title
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 4444ce29d..fe81aad63 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2017,6 +2017,8 @@ function cdmClicked(event, id) {
onComplete: function(transport) {
handle_json_reply(transport);
} });
+
+ return true;
}
} else {