diff options
| author | 2024-07-20 09:35:21 +0200 | |
|---|---|---|
| committer | 2024-07-20 09:35:21 +0200 | |
| commit | 47b5e40e7240b5ccb0d0b6c54e0a958243689c83 (patch) | |
| tree | e28b94e6042f7fd30e3a6792cdef8bf783cb6d70 /p/scripts | |
| parent | 365cae840597e6d5e8e1450df98ade83499c654e (diff) | |
Fix: feed dropdown (#6641)
* Update aside_feed.phtml
* Update main.js
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 5 |
1 files changed, 0 insertions, 5 deletions
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; } |
