Zuletzt geändert von Andreas Gothsch am 2024/09/27 09:59

Von Version 20.1
bearbeitet von Andreas Gothsch
am 2024/09/27 09:59
Änderungskommentar: Tabelle aktualisieren
Auf Version 18.4
bearbeitet von Andreas Gothsch
am 2024/09/26 18:05
Änderungskommentar: Updated application icon

Zusammenfassung

Details

AppWithinMinutes.LiveTableClass[0]
Beschreibung
... ... @@ -17,4 +17,15 @@
17 17  )))
18 18  )))
19 19  
20 -[[Testlink>>https://https:www.lmr-hh.de]]
20 +{{html wiki="true"}}
21 +<script>
22 +function fixExternalLinks() {
23 +document.querySelectorAll('.wikiexternallink a').forEach(function(link) {
24 +if (link.hasAttribute('target') == false)  {
25 +link.setAttribute('target', '_blank');
26 +}
27 +})
28 +}
29 +document.addEventListener("DOMContentLoaded", fixExternalLinks);
30 +</script>
31 +{{/html}}