Changes for page Nice Display
Last modified by Benjamin Fischer on 2025/03/26 13:19
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -70,5 +70,9 @@ 70 70 } 71 71 }); 72 72 73 +document.observe(`xwiki:livetable:${tabName}:displayComplete`, () => { 74 + jQuery(`[id='${tabName}'] [data-toggle="tooltip"]`).tooltip({ html: true, placement: "right" }); 75 +}); 73 73 74 74 78 +