Changes for page Home
Last modified by Administrateur local on 2026/03/01 15:03
From version 20.1
edited by Administrateur local
on 2026/02/28 15:11
on 2026/02/28 15:11
Change comment:
Deleted image "confluence.png"
To version 15.2
edited by Administrateur local
on 2026/02/28 11:37
on 2026/02/28 11:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -38,7 +38,7 @@ 38 38 {{hardis-custom-table noBorder="true" alignment="center" atlassian-macro-output-type="INLINE"}} 39 39 (% style="margin-left:auto; margin-right:auto" %) 40 40 |(% colspan="5" %)((( 41 -[[~[~[image:Workvivo.png~|~|width="250"~]~]>>url:https://hardis-group.workvivo.com/]] [[~[~[image:confluence.png~|~|width="250"~]~]>>url:https://docs.hardis-group.com/]]41 +[[~[~[image:Workvivo.png~|~|width="250"~]~] >>url:https://hardis-group.workvivo.com/]] 42 42 ))) 43 43 | | | | | 44 44 |(((
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -4,7 +4,7 @@ 4 4 for(var i=0; i< nodes.length; i++) 5 5 { 6 6 var link = nodes[i]; 7 - if (link.hasAttribute('target') == false) 7 + if (link.hasAttribute('target') == false) 8 8 { 9 9 link.setAttribute('target', '_blank'); 10 10 } ... ... @@ -14,7 +14,7 @@ 14 14 { 15 15 var link = nodes[i]; 16 16 console.log('hardis link:' + link) 17 - if (link.hasAttribute('target') == false) 17 + if (link.hasAttribute('target') == false) 18 18 { 19 19 link.setAttribute('target', '_blank'); 20 20 }