mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-10 14:39:35 +02:00
lint: remove unused
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user