lint: remove unused

This commit is contained in:
Barış Soner Uşaklı
2026-03-16 20:39:37 -04:00
parent 779a372fc5
commit 19bb37cae8

View File

@@ -5,7 +5,6 @@ define('forum/header/notifications', function () {
notifications.prepareDOM = function () {
const notifTrigger = $('[component="notifications"] [data-bs-toggle="dropdown"]');
const listEl = document.querySelector('[component="notifications/list"]');
notifTrigger.on('show.bs.dropdown', async (ev) => {
const notifications = await app.require('notifications');