MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus Geocoin-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende JavaScript wird für alle Benutzer geladen.: $(document).ready(function() { $('#coinlist').DataTable(); } );“)
 
Zeile 3: Zeile 3:
 
     $('#coinlist').DataTable();
 
     $('#coinlist').DataTable();
 
} );
 
} );
 +
 +
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1088535990221004"
 +
    crossorigin="anonymous"></script>

Version vom 30. April 2025, 13:18 Uhr

/* Das folgende JavaScript wird für alle Benutzer geladen. */
$(document).ready(function() {
    $('#coinlist').DataTable();
} );

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1088535990221004"
     crossorigin="anonymous"></script>