Changes for page Über Beachvolleypedia

Last modified by Beachvolleypedia Administrator on 2025/11/23 13:31

From version 111.1
edited by Beachvolleypedia Administrator
on 2025/11/12 12:56
Change comment: There is no comment for this version
To version 109.1
edited by Beachvolleypedia Administrator
on 2025/11/12 12:18
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -8,14 +8,3 @@
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
... ... @@ -27,7 +27,3 @@
27 27   display: none !important;
28 28  }
29 29  
30 -#tour-container, .tour-step, .hopscotch-bubble, .hopscotch-bubble-container {
31 - display: none !important;
32 -}
33 -