summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index ea8150070..e346b2967 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -2447,3 +2447,7 @@ function updateFloatingTitle(unread_only) {
exception_error("updateFloatingTitle", e);
}
}
+
+function cdmFooterClick(event) {
+ event.stopPropagation();
+} \ No newline at end of file