diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-09 01:28:15 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-09 12:08:04 +0100 |
commit | bae46da85c570a01625a1b052610fbeb395be771 (patch) | |
tree | 784d0efe8c7eb915966b554f5d3a7c2e2cece082 /core/src/globals.js | |
parent | 677e386aacdf970466ccbe0acbef055af3995dd3 (diff) | |
download | nextcloud-server-bae46da85c570a01625a1b052610fbeb395be771.tar.gz nextcloud-server-bae46da85c570a01625a1b052610fbeb395be771.zip |
chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scope
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 972778d2484..6fb3bda2331 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -28,7 +28,6 @@ import { initCore } from './init.js' import _ from 'underscore' import $ from 'jquery' -import 'jquery-migrate/dist/jquery-migrate.min.js' // TODO: switch to `jquery-ui` package and import widgets and effects individually // `jquery-ui-dist` is used as a workaround for the issue of missing effects import 'jquery-ui-dist/jquery-ui.js' @@ -36,7 +35,6 @@ import 'jquery-ui-dist/jquery-ui.css' import 'jquery-ui-dist/jquery-ui.theme.css' // END TODO import Backbone from 'backbone' -import './Polyfill/tooltip.js' import ClipboardJS from 'clipboard' import { dav } from 'davclient.js' import Handlebars from 'handlebars' |