Changes for page Nice Display

Last modified by Benjamin Fischer on 2025/03/26 13:19

From version 45.27
edited by Benjamin Fischer
on 2025/03/26 12:43
Change comment: There is no comment for this version
To version 45.28
edited by Benjamin Fischer
on 2025/03/26 12:43
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -63,8 +63,8 @@
63 63   const d = new Element("div");
64 64   d.innerHTML = row.coop;
65 65   d.title = coopDetailsLabel;
66 - a.dataset.content = row.coopDetails;
67 - a.dataset.toggle = "popover";
66 + d.dataset.content = row.coopDetails;
67 + d.dataset.toggle = "popover";
68 68   row.coop = d.outerHTML;
69 69   }
70 70