Modifiche

Jump to navigation Jump to search
m
nessun oggetto della modifica
Riga 2: Riga 2:     
mw.config.set( 'tableSorterCollation', {'À':'A', 'É':'E', 'È':'E', 'Í':'I', 'Ì':'I', 'Î':'I', 'Ò':'O', 'Ó':'O', 'Ú':'U', 'Ù':'U', 'à':'a', 'é':'e', 'è':'e', 'í':'i', 'ì':'i', 'î':'i', 'ò':'o', 'ó':'o', 'ú':'u', 'ù':'u'} );
 
mw.config.set( 'tableSorterCollation', {'À':'A', 'É':'E', 'È':'E', 'Í':'I', 'Ì':'I', 'Î':'I', 'Ò':'O', 'Ó':'O', 'Ú':'U', 'Ù':'U', 'à':'a', 'é':'e', 'è':'e', 'í':'i', 'ì':'i', 'î':'i', 'ò':'o', 'ó':'o', 'ú':'u', 'ù':'u'} );
 +
 +
$(function() {
 +
  if (location.hash) {
 +
      var anchor = $(location.hash).get(0);
 +
      if (anchor)
 +
        anchor.scrollIntoView();
 +
  }
 +
});

Menu di navigazione