fix cdmClicked doing nothing in expanded mode when clicking on article title
This commit is contained in:
parent
10cb560a5a
commit
9bfb11ed8e
1 changed files with 2 additions and 0 deletions
|
@ -2017,6 +2017,8 @@ function cdmClicked(event, id) {
|
|||
onComplete: function(transport) {
|
||||
handle_json_reply(transport);
|
||||
} });
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue