summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/js/settings-admin.js2
1 files changed, 1 insertions, 1 deletions
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');
}