Browse Source

chore: use global jQuery for files_external as its uses select2

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/55495/head
Ferdinand Thiessen 7 days ago
parent
commit
d0b9c8eb9d
No known key found for this signature in database GPG Key ID: 45FAE7268762B400
  1. 5
      apps/files_external/src/settings.js

5
apps/files_external/src/settings.js

@ -1,3 +1,4 @@
/* eslint-disable no-undef */
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc.
@ -9,9 +10,11 @@ import { showError } from '@nextcloud/dialogs'
import { t } from '@nextcloud/l10n'
import { addPasswordConfirmationInterceptors, PwdConfirmationMode } from '@nextcloud/password-confirmation'
import { generateUrl } from '@nextcloud/router'
import $ from 'jquery'
import _ from 'underscore'
// we cannot use this as we need the global jQuery here for select2
// import $ from 'jquery'
addPasswordConfirmationInterceptors(axios)
/**

Loading…
Cancel
Save