Changes for page People in ErUM-Data
Last modified by Benjamin Fischer on 2025/03/26 13:22
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -70,6 +70,8 @@ 70 70 }); 71 71 72 72 require(['jquery', 'bootstrap'], function($) { 73 + document.styleSheets[0].insertRule(`#${tabName} .popover {max-width: 50%;}`) 74 + 73 73 const ttApply = () => { 74 74 $(`#${tabName} [data-toggle="popover"]`).popover({ 75 75 html: true,