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/install.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/install.js')
-rw-r--r-- | core/src/install.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/install.js b/core/src/install.js index e8432de42b0..c427739a2e7 100644 --- a/core/src/install.js +++ b/core/src/install.js @@ -33,8 +33,6 @@ import 'jquery-ui/ui/widgets/button.js' import 'jquery-ui/themes/base/theme.css' import 'jquery-ui/themes/base/button.css' -import './Polyfill/tooltip.js' - import 'strengthify' import 'strengthify/strengthify.css' |