mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 10:36:15 +02:00
fix: delete events not working
This commit is contained in:
@@ -16,6 +16,7 @@ define('admin/advanced/events', ['bootbox', 'alerts'], function (bootbox, alerts
|
||||
});
|
||||
}
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.delete-event').on('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user