From 61281190bb8af01b7409c1ebebd458fef12318d5 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 7 Oct 2016 07:24:00 -0400 Subject: [PATCH] disable feature --- contrib/js/reply.js | 2 ++ 1 file changed, 2 insertions(+) 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)) ) {