- Issue created by @makbay
- Merge request !87Issue #3479043: Forgotten jQuery function for dropdown menu toggle breaks... → (Open) created by makbay
The current implementation of the dropdown menu relies on jQuery for toggling functionality for multilevel dropdowns. However, the project has removed the jQuery dependency, causing the dropdown functionality to break.
Uncaught TypeError: event.target.next is not a function
Refactor the code to use vanilla JavaScript for the dropdown toggle functionality.
None
None
None
Active
5.5
Code