From 3a36984f50476b19a471380665eaac01d92256ad Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 13 Sep 2021 16:44:08 +0200 Subject: Migrate deprecated toolip methods With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng Signed-off-by: nextcloud-command --- apps/theming/js/settings-admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming') diff --git a/apps/theming/js/settings-admin.js b/apps/theming/js/settings-admin.js index 6f76def6910..335492fdae2 100644 --- a/apps/theming/js/settings-admin.js +++ b/apps/theming/js/settings-admin.js @@ -163,7 +163,7 @@ window.addEventListener('DOMContentLoaded', function () { } catch (error) { $('#theming-name').attr('title', error); $('#theming-name').tooltip({placement: 'top', trigger: 'manual'}); - $('#theming-name').tooltip('fixTitle'); + $('#theming-name').tooltip('_fixTitle'); $('#theming-name').tooltip('show'); $('#theming-name').addClass('error'); } -- cgit v1.2.3