Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-03-15 05:07:13 +0300
committerGitHub <noreply@github.com>2022-03-15 05:07:13 +0300
commita5e1e31350a344359302c855958a3c7d922331f9 (patch)
tree1a4bb24af35a3d3c886d34aff869ebb45dd1794b /apps/settings
parentbf75b1d5c5be4adca1fec4a259e45dfa3ad1a8a6 (diff)
parent7e8ae46a01f93dff5f606a9b5f9d4492ac50241d (diff)
Merge pull request #31572 from nextcloud/fix/select2_settings_admin
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/src/admin.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings/src/admin.js b/apps/settings/src/admin.js
index 24f95ccb2a6..2a8c6bb1d0c 100644
--- a/apps/settings/src/admin.js
+++ b/apps/settings/src/admin.js
@@ -1,6 +1,3 @@
-import $ from 'jquery'
-import 'jquery-ui-dist/jquery-ui'
-
window.addEventListener('DOMContentLoaded', () => {
$('#excludedGroups,#linksExcludedGroups').each((index, element) => {
OC.Settings.setupGroupsSelect($(element))