Changes for page People in ErUM-Data

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

From version 29.6
edited by admin
on 2024/10/23 14:25
Change comment: There is no comment for this version
To version 29.8
edited by admin
on 2024/10/23 14:35
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,7 +1,7 @@
1 1  const tabName = "research_groups";
2 2  const tagCols = [
3 3   ["Community", "KAT", "KET", "KfB", "KFN", "KFS", "KFSI", "KHuK", "RDS", "beyond ErUM"],
4 - ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", "Auger", "SKA"],
4 + ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", "Auger", "SKA", "IceCube"],
5 5   ["Tags", true],
6 6  ]
7 7  
... ... @@ -70,7 +70,7 @@
70 70  });
71 71  
72 72  require(['jquery', 'bootstrap'], function($) {
73 - document.styleSheets[0].insertRule(`#${tabName} .popover {max-width: 50%;}`)
73 + document.styleSheets[0].insertRule(`#mainContentArea .popover {max-width: 50%;}`)
74 74  
75 75   const ttApply = () => {
76 76   $(`#${tabName} [data-toggle="popover"]`).popover({