2
0
Эх сурвалжийг харах

[web] fixed tooltips in ajax loaded alias table

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 2 жил өмнө
parent
commit
e5e6418be8

+ 4 - 0
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