mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-14 16:38:08 +02: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;
|
||||
|
||||
1132
public/vendor/jquery/sortable/Sortable.js
vendored
1132
public/vendor/jquery/sortable/Sortable.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user