瀏覽代碼

[web] fixed tooltips in ajax loaded alias table

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 2 年之前
父節點
當前提交
e5e6418be8
共有 1 個文件被更改,包括 4 次插入0 次删除
  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){
       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