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 {