Browse Source

[web] fixed tooltips in ajax loaded alias table

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 2 years ago
parent
commit
e5e6418be8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      data/web/js/site/mailbox.js

+ 4 - 0
data/web/js/site/mailbox.js

@@ -1952,6 +1952,10 @@ jQuery(function($){
     table.on('responsive-resize', function (e, datatable, columns){
     table.on('responsive-resize', function (e, datatable, columns){
       hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
       hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
     });
     });
+    
+    table.on( 'draw', function (){
+        $('#alias_table [data-bs-toggle="tooltip"]').tooltip();
+    });
   }
   }
   function draw_aliasdomain_table() {
   function draw_aliasdomain_table() {
     // just recalc width if instance already exists
     // just recalc width if instance already exists