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
-
... ... @@ -71,12 +71,9 @@ 71 71 }); 72 72 73 73 require(['jquery', 'bootstrap'], function($) { 74 - consttApply=() => {74 + document.observe(`xwiki:livetable:${tabName}:displayComplete`, () => { 75 75 $(`[id='${tabName}'] [data-toggle="tooltip"]`).tooltip({ html: true, placement: "right" }); 76 - }; 77 - 78 - document.observe(`xwiki:livetable:${tabName}:displayComplete`, ttApply); 79 - ttApply(); 76 + }); 80 80 }); 81 81 82 82