fix cdmClicked doing nothing in expanded mode when clicking on article title

This commit is contained in:
Andrew Dolgov 2010-12-21 20:11:38 +03:00
parent 10cb560a5a
commit 9bfb11ed8e
1 changed files with 2 additions and 0 deletions

View File

@ -2017,6 +2017,8 @@ function cdmClicked(event, id) {
onComplete: function(transport) {
handle_json_reply(transport);
} });
return true;
}
} else {