Changes for page Helpers

Last modified by Benjamin Fischer on 2025/06/17 11:57

From version 1.20
edited by Benjamin Fischer
on 2025/05/15 17:17
Change comment: There is no comment for this version
To version 1.21
edited by Benjamin Fischer
on 2025/05/15 17:17
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -139,7 +139,7 @@
139 139   document.styleSheets[0].insertRule(`#mainContentArea .popover {max-width: 50%;}`);
140 140  
141 141   const ttApply = ({ memo: { tableId } }) => {
142 - if (tableid)
142 + if (tableId)
143 143   $(`#${tableId} [data-toggle="popover"]`).popover({
144 144   html: true,
145 145   container: `#mainContentArea`,