Diferencia entre revisiones de «MediaWiki:Common.js»
| Línea 2: | Línea 2: | ||
$( document ).ready( function() { | $( document ).ready( function() { | ||
| − | $( '#mw- | + | $( '#mw-navigation' ).remove(); |
}); | }); | ||
Revisión del 11:50 9 ago 2013
/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios en cada carga de página */
$( document ).ready( function() {
$( '#mw-navigation' ).remove();
});