]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
prevent event propagation when clicking on CDM article footer
[tt-rss.git] / js / viewfeed.js
index ea8150070536b59f5bcd5c0514d66d8eb7a879ba..e346b2967ee46249287c8ff73450b83b7e935357 100644 (file)
@@ -2447,3 +2447,7 @@ function updateFloatingTitle(unread_only) {
                exception_error("updateFloatingTitle", e);
        }
 }
+
+function cdmFooterClick(event) {
+       event.stopPropagation();
+}
\ No newline at end of file