Skip to content

Add class change listener for showing collapse/expand icon in Unmaintained applications section.

This patch allows dynamically changing the collapse/expand icon next to the Unmaintained applications section title.

Bootstrap emits jQuery events when a section is collapsed. Unfortunately we aren't using jQuery in kde.org applications therefore the listener is implemented with MutationObserver.

Merge request reports