Módosítások

a
nincs szerkesztési összefoglaló
10. sor: 10. sor:  
mw.config.set( 'tableSorterCollation', tableSorterCollation);
 
mw.config.set( 'tableSorterCollation', tableSorterCollation);
 
}());
 
}());
 +
 +
$(function() {
 +
  if (location.hash) {
 +
      var anchor = $(location.hash).get(0);
 +
      if (anchor)
 +
        anchor.scrollIntoView();
 +
  }
 +
});