From e5e6418be869a373b4af152e3f5a051a0d616146 Mon Sep 17 00:00:00 2001 From: Kristian Feldsam Date: Mon, 20 Mar 2023 01:30:06 +0100 Subject: [PATCH] [web] fixed tooltips in ajax loaded alias table Signed-off-by: Kristian Feldsam --- data/web/js/site/mailbox.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index f4039268..936ad488 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -1952,6 +1952,10 @@ jQuery(function($){ table.on('responsive-resize', function (e, datatable, columns){ hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table'); }); + + table.on( 'draw', function (){ + $('#alias_table [data-bs-toggle="tooltip"]').tooltip(); + }); } function draw_aliasdomain_table() { // just recalc width if instance already exists