public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[web] fixed tooltips in ajax loaded alias table
Signed-off-by: Kristian Feldsam <[email protected]>
e5e6418b
data/web/js/site/mailbox.js | 4 ++++
1 file changed, 4 insertions(+)
Diff
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