prevent event propagation when clicking on CDM article footer
This commit is contained in:
@@ -2447,3 +2447,7 @@ function updateFloatingTitle(unread_only) {
|
||||
exception_error("updateFloatingTitle", e);
|
||||
}
|
||||
}
|
||||
|
||||
function cdmFooterClick(event) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
Reference in New Issue
Block a user