diff --git a/js/post-hover.js b/js/post-hover.js index e5da909f..a9baed9e 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -18,7 +18,7 @@ * any-hover or css media queries may return false negatives. * Handle it by checking if the query is explicitly NOT supported. */ -if (!window.matchMedia('(any-hover: none)').matches) { +if ((active_page === 'thread' || active_page === 'index') && !window.matchMedia('(any-hover: none)').matches) { $(document).ready(function () { let isScreenSmall = false /*