From bae46da85c570a01625a1b052610fbeb395be771 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 9 Feb 2024 01:28:15 +0100 Subject: chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scope Signed-off-by: Ferdinand Thiessen --- core/src/globals.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/src/globals.js') 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' -- cgit v1.2.3