mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
feat: #8734, move sortable to package.json
This commit is contained in:
@@ -6,7 +6,8 @@ define('admin/manage/categories', [
|
||||
'benchpress',
|
||||
'categorySelector',
|
||||
'api',
|
||||
], function (serialize, translator, Benchpress, categorySelector, api) {
|
||||
'sortable',
|
||||
], function (serialize, translator, Benchpress, categorySelector, api, Sortable) {
|
||||
var Categories = {};
|
||||
var newCategoryId = -1;
|
||||
var sortables;
|
||||
|
||||
Reference in New Issue
Block a user