diff --git a/contrib/js/reply.js b/contrib/js/reply.js index 1044a73..9223ba0 100644 --- a/contrib/js/reply.js +++ b/contrib/js/reply.js @@ -352,6 +352,8 @@ function inject_hover_for_element(elem) { } function init(prefix) { + // because no one cares about this feature :| + return; // inject posthover ... inject_hover_for_element(document); if ( /\.html$/.test(document.location.pathname) && ! (/ukko/.test(document.location.pathname)) ) {