diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 16:12:29 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 20:40:58 +0200 |
commit | 3c7939f7adf4b756bab59d2087df59067ed8ed75 (patch) | |
tree | eac7933582a86de5d98e3cfd44bd2840a12e9271 /core/src/jquery/index.js | |
parent | 7957a47e952e2eaf8aa0eba71add2dfa36c651d5 (diff) | |
download | nextcloud-server-3c7939f7adf4b756bab59d2087df59067ed8ed75.tar.gz nextcloud-server-3c7939f7adf4b756bab59d2087df59067ed8ed75.zip |
Remove the long deprecated jQuery tipsy
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/jquery/index.js')
-rw-r--r-- | core/src/jquery/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js index c0145cb948f..aceee5cf87b 100644 --- a/core/src/jquery/index.js +++ b/core/src/jquery/index.js @@ -31,7 +31,6 @@ import './placeholder' import './requesttoken' import './selectrange' import './showpassword' -import './tipsy' import './ui-fixes' import './css/jquery-ui-fixes.scss' |