Changes for page Über Beachvolleypedia
Last modified by Beachvolleypedia Administrator on 2025/11/23 13:31
From version 108.1
edited by Beachvolleypedia Administrator
on 2025/11/12 12:15
on 2025/11/12 12:15
Change comment:
There is no comment for this version
To version 110.1
edited by Beachvolleypedia Administrator
on 2025/11/12 12:56
on 2025/11/12 12:56
Change comment:
There is no comment for this version
Summary
-
Objects (2 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -8,3 +8,14 @@ 8 8 } 9 9 } 10 10 document.addEventListener("DOMContentLoaded", fixExternalLinks); 11 + 12 +document.addEventListener('DOMContentLoaded', function() { 13 + if (typeof hopscotch !== 'undefined') { 14 + hopscotch.endTour(true); 15 + } 16 + if (typeof require !== 'undefined') { 17 + require(['jquery'], function($) { 18 + $('.tour-step, #tour-container').remove(); 19 + }); 20 + } 21 +});
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -22,3 +22,8 @@ 22 22 .lastModified { 23 23 display: none !important; 24 24 } 25 + 26 +.xdocLastModification { 27 + display: none !important; 28 +} 29 +