mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +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:
@@ -8,7 +8,8 @@ define('forum/topic/threadTools', [
|
||||
'forum/topic/posts',
|
||||
'api',
|
||||
'hooks',
|
||||
], function (components, translator, handleBack, posts, api, hooks) {
|
||||
'bootbox',
|
||||
], function (components, translator, handleBack, posts, api, hooks, bootbox) {
|
||||
var ThreadTools = {};
|
||||
|
||||
ThreadTools.init = function (tid, topicContainer) {
|
||||
|
||||
Reference in New Issue
Block a user