fix: admin jquerui requires

This commit is contained in:
Barış Soner Uşaklı
2020-10-10 23:01:32 -04:00
parent 8c019a6a3b
commit 75c9668656
6 changed files with 27 additions and 5 deletions

View File

@@ -1,7 +1,11 @@
'use strict';
define('admin/extend/plugins', ['jqueryui', 'translator', 'benchpress'], function (jqueryui, translator, Benchpress) {
define('admin/extend/plugins', [
'translator',
'benchpress',
'jquery-ui/widgets/sortable',
], function (translator, Benchpress) {
var Plugins = {};
Plugins.init = function () {
var pluginsList = $('.plugins');