Changes for page Über Beachvolleypedia

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

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

Summary

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 +});