1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 19:14:44 +01:00
gitea/web_src/js
wxiaoguang 330b166423
Remove unnecessary and incorrect find('.menu').toggle() (#22987)
Follows:
* #22950

The dropdown menu works well without these codes.

The reason is that the event bubbling still works for the dropdown menu,
the Fomantic UI dropdown menu module will hide the menu correctly if an
item is clicked.
2023-02-20 14:44:32 -06:00
..
components Refactor hiding-methods, remove jQuery show/hide, remove .hide class, remove inline style=display:none (#22950) 2023-02-19 12:06:14 +08:00
features Remove unnecessary and incorrect find('.menu').toggle() (#22987) 2023-02-20 14:44:32 -06:00
markup
modules
standalone
test
utils Refactor hiding-methods, remove jQuery show/hide, remove .hide class, remove inline style=display:none (#22950) 2023-02-19 12:06:14 +08:00
webcomponents
bootstrap.js
index.js
jquery.js
serviceworker.js
svg.js
svg.test.js
utils.js Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
utils.test.js