From 88d990875b1f830e62463c0997b93be70fbd2826 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 9 Feb 2023 10:50:40 +0800 Subject: [PATCH] * Fix bug #23550. --- module/execution/js/taskkanban.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/js/taskkanban.js b/module/execution/js/taskkanban.js index 64273448bc..ef0ea67590 100644 --- a/module/execution/js/taskkanban.js +++ b/module/execution/js/taskkanban.js @@ -1382,6 +1382,7 @@ $(function() $('.kanban-header-col>.title>span:not(.text)').hide(); $('.kanban-header-col>.title > span.text').css('max-width', miniColWidth + 'px'); } + $('[data-toggle="tooltip"]').tooltip(); }); $('#type').change(function()