igniterealtime/openfire-monitoring-plugin

Replace lightbox.js with HTML dialog

Closed this issue · 0 comments

As part of https://igniterealtime.atlassian.net/browse/OF-2420, the lightbox javascript library will no longer ship wiith Openfire 4.8.0. The Monitoring plugin should no longer use this library.

The library is used to show modals. This can typically be replaced with a HTML <dialog> element.