mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-18 04:27:56 +01:00
Merge pull request #5215 from pichalite/issue-5213
Fix reorder plugins modal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
/* global define, app, socket, bootbox */
|
||||
|
||||
define('admin/extend/plugins', function () {
|
||||
define('admin/extend/plugins', ['jqueryui'], function (jqueryui) {
|
||||
var Plugins = {};
|
||||
Plugins.init = function () {
|
||||
var pluginsList = $('.plugins'),
|
||||
|
||||
Reference in New Issue
Block a user