From 6f0a15aa52bcdf98bfc5df5439de181caaeeb265 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Wed, 15 Nov 2023 05:25:39 +0000 Subject: [PATCH] * Add tooltip to exclamation icon. --- module/kanban/js/view.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/kanban/js/view.ui.js b/module/kanban/js/view.ui.js index d193f66a77..e7505e87c4 100644 --- a/module/kanban/js/view.ui.js +++ b/module/kanban/js/view.ui.js @@ -36,7 +36,7 @@ window.getCol = function(col) if(col.limit != -1 && cards > col.limit) { col.subtitleClass += ' text-danger'; - wip += ' '; + wip += ' '; } col.subtitle = {html: wip};