mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
require jqueryui in admin/extend/widgets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
/* global define, app, socket */
|
||||
|
||||
define('admin/extend/widgets', function() {
|
||||
define('admin/extend/widgets', ['jqueryui'], function(jqueryui) {
|
||||
var Widgets = {};
|
||||
|
||||
Widgets.init = function() {
|
||||
|
||||
Reference in New Issue
Block a user