fix cdmClicked doing nothing in expanded mode when clicking on article title
This commit is contained in:
parent
10cb560a5a
commit
9bfb11ed8e
|
@ -2017,6 +2017,8 @@ function cdmClicked(event, id) {
|
||||||
onComplete: function(transport) {
|
onComplete: function(transport) {
|
||||||
handle_json_reply(transport);
|
handle_json_reply(transport);
|
||||||
} });
|
} });
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue