Änderungen

145 Bytes hinzugefügt ,  12:58, 27. Mär. 2019
K
keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:     
mw.config.set( 'tableSorterCollation', {'Ä':'A', 'Ö':'O', 'Ü':'U', 'ä':'a', 'ö':'o', 'ü':'u', 'ß':'ss'} );
 
mw.config.set( 'tableSorterCollation', {'Ä':'A', 'Ö':'O', 'Ü':'U', 'ä':'a', 'ö':'o', 'ü':'u', 'ß':'ss'} );
 +
 +
$(function() {
 +
  if (location.hash) {
 +
      var anchor = $(location.hash).get(0);
 +
      if (anchor)
 +
        anchor.scrollIntoView();
 +
  }
 +
});