Ver Fonte

Fix: feed dropdown (#6641)

* Update aside_feed.phtml

* Update main.js
maTh há 1 ano atrás
pai
commit
47b5e40e72
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      p/scripts/main.js

+ 0 - 5
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;
 		}