diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/install.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/install.js b/core/src/install.js index a25945e7591..10d22aaf634 100644 --- a/core/src/install.js +++ b/core/src/install.js @@ -9,6 +9,9 @@ import 'jquery-ui/ui/widgets/button' import 'jquery-ui/themes/base/theme.css' import 'jquery-ui/themes/base/button.css' +import 'bootstrap/js/dist/tooltip' +import './Polyfill/tooltip' + import 'strengthify' import 'strengthify/strengthify.css' |