Merge pull request #5215 from pichalite/issue-5213

Fix reorder plugins modal
This commit is contained in:
Barış Soner Uşaklı
2016-11-18 09:19:30 +02:00
committed by GitHub

View File

@@ -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'),