diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-03-14 19:07:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 19:07:13 -0700 |
commit | a5e1e31350a344359302c855958a3c7d922331f9 (patch) | |
tree | 1a4bb24af35a3d3c886d34aff869ebb45dd1794b /apps | |
parent | bf75b1d5c5be4adca1fec4a259e45dfa3ad1a8a6 (diff) | |
parent | 7e8ae46a01f93dff5f606a9b5f9d4492ac50241d (diff) | |
download | nextcloud-server-a5e1e31350a344359302c855958a3c7d922331f9.tar.gz nextcloud-server-a5e1e31350a344359302c855958a3c7d922331f9.zip |
Merge pull request #31572 from nextcloud/fix/select2_settings_admin
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/admin.js | 3 |
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)) |