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
-
... ... @@ -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"], 4 + ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", "Auger", "SKA"], 5 5 ["Tags", true], 6 6 ] 7 7 ... ... @@ -75,7 +75,7 @@ 75 75 const ttApply = () => { 76 76 $(`#${tabName} [data-toggle="popover"]`).popover({ 77 77 html: true, 78 - container: `# ${tabName}`,78 + container: `#mainContentArea`, 79 79 trigger: "hover", 80 80 }); 81 81 };