mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 23:40:38 +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:
@@ -4,8 +4,9 @@
|
||||
define('admin/extend/plugins', [
|
||||
'translator',
|
||||
'benchpress',
|
||||
'bootbox',
|
||||
'jquery-ui/widgets/sortable',
|
||||
], function (translator, Benchpress) {
|
||||
], function (translator, Benchpress, bootbox) {
|
||||
var Plugins = {};
|
||||
Plugins.init = function () {
|
||||
var pluginsList = $('.plugins');
|
||||
|
||||
Reference in New Issue
Block a user