aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-02-18 17:47:01 +0100
committerRichard Steinmetz <richard@steinmetz.cloud>2021-02-22 21:28:42 +0100
commit2771e4472ee581a2713f144a46f1591518f86000 (patch)
tree6a08fa0e22520b759866e63a37cf565cc8ddfcc2 /core/src
parentd090341b34add2684bb43241808d1852594aab27 (diff)
downloadnextcloud-server-2771e4472ee581a2713f144a46f1591518f86000.tar.gz
nextcloud-server-2771e4472ee581a2713f144a46f1591518f86000.zip
Fix admin password strengthify tooltip
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/install.js3
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'