mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fix: no global bootbox (#9879)
* fix: require bootbox (easy ones) * fix: require bootbox (ugly ones) * fix(eslint): a lengthy line
This commit is contained in:
@@ -11,7 +11,12 @@ define('forum/chats', [
|
||||
'benchpress',
|
||||
'composer/autocomplete',
|
||||
'hooks',
|
||||
], function (components, translator, mousetrap, recentChats, search, messages, Benchpress, autocomplete, hooks) {
|
||||
'bootbox',
|
||||
], function (
|
||||
components, translator, mousetrap,
|
||||
recentChats, search, messages, Benchpress,
|
||||
autocomplete, hooks, bootbox
|
||||
) {
|
||||
var Chats = {
|
||||
initialised: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user