diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-06 19:47:12 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-07 10:48:26 +0100 |
commit | 496a668bd4635802ee9759b1517a0a551a180218 (patch) | |
tree | 5ead3505aadbd7a10eb43e7a57d57a536ea391e1 /core/src/globals.js | |
parent | d7686346165bb63c04b2f087772c85354c205951 (diff) | |
download | nextcloud-server-496a668bd4635802ee9759b1517a0a551a180218.tar.gz nextcloud-server-496a668bd4635802ee9759b1517a0a551a180218.zip |
Add wrapper for removed tooltip functions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index d813a1ba26b..e7704ccff03 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -31,6 +31,7 @@ import 'jquery-ui-dist/jquery-ui.theme.css' import autosize from 'autosize' import Backbone from 'backbone' import 'bootstrap/js/dist/tooltip' +import './Polyfill/tooltip' import ClipboardJS from 'clipboard' import cssVars from 'css-vars-ponyfill' import dav from 'davclient.js' |