From 47b5e40e7240b5ccb0d0b6c54e0a958243689c83 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:35:21 +0200 Subject: Fix: feed dropdown (#6641) * Update aside_feed.phtml * Update main.js --- p/scripts/main.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'p/scripts/main.js') diff --git a/p/scripts/main.js b/p/scripts/main.js index 75cf5f65c..b3781c8b5 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -896,11 +896,6 @@ function init_column_categories() { if (b) { b.disabled = false; } - } else if (getComputedStyle(dropdownMenu).display === 'none') { - const id2 = div.closest('.item').id.substr(2); - a.href = '#dropdown-' + id2; - } else { - a.href = '#close'; } return true; } -- cgit v1.2.3