From 89b7e8db7c0891987a35405fa8a621b018a67559 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 22 Aug 2024 18:12:24 +0200 Subject: [PATCH] post-hover.js: enable overboard support --- js/post-hover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/post-hover.js b/js/post-hover.js index a9baed9e..64222da3 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 ((active_page === 'thread' || active_page === 'index') && !window.matchMedia('(any-hover: none)').matches) { +if ((active_page === 'thread' || active_page === 'index' || active_page === 'ukko') && !window.matchMedia('(any-hover: none)').matches) { $(document).ready(function () { let isScreenSmall = false /*