Changes for page Über Beachvolleypedia
Last modified by Beachvolleypedia Administrator on 2025/11/23 13:31
From version 107.1
edited by Beachvolleypedia Administrator
on 2025/11/12 11:38
on 2025/11/12 11:38
Change comment:
Upload new image "BVPinverted.png", version 1.2
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
-
... ... @@ -19,3 +19,11 @@ 19 19 visibility: hidden; 20 20 } 21 21 22 +.lastModified { 23 + display: none !important; 24 +} 25 + 26 +.xdocLastModification { 27 + display: none !important; 28 +} 29 +