Diferencia entre revisiones de «MediaWiki:Common.js»
Ir a la navegación.
Sin resumen de edición |
m (Revertidos los cambios de Aquac (disc.) a la última edición de HALCON DE ORO) |
||
Línea 1: | Línea 1: | ||
if ($('.item_container').length!==0) { | |||
$('.item_container').each(function() { | |||
if( | $(this).append('<img src="' + $(this).attr('data-url').replace('westess','westes') + '">'); | ||
}); | |||
$('.item_container[data-link]').each(function() { | |||
$(this).find('img').wrap('<a href="' + $(this).attr('data-link') + '"></a>'); | |||
}); | |||
$(function() { | |||
$.getScript("https://wiki.the-west.fr/wiki/Popup.js?action=raw"); | |||
}); | |||
} | |||
if ($('#navbar').length !== 0) { | |||
$('#navbar a').removeAttr("title"); | |||
} | } |
Revisión del 15:51 24 nov 2017
if ($('.item_container').length!==0) { $('.item_container').each(function() { $(this).append('<img src="' + $(this).attr('data-url').replace('westess','westes') + '">'); }); $('.item_container[data-link]').each(function() { $(this).find('img').wrap('<a href="' + $(this).attr('data-link') + '"></a>'); }); $(function() { $.getScript("https://wiki.the-west.fr/wiki/Popup.js?action=raw"); }); } if ($('#navbar').length !== 0) { $('#navbar a').removeAttr("title"); }