Cambios

MediaWiki:Common.js

109 bytes añadidos, 17:57 25 sep 2018
sin resumen de edición
/*bring languages up*/
$(function() {
$("#p-").after($("#p-lang"));
});
 
 
/*clickable banner*/
$(function() {
$('#n-temp-banner').css("cursor", "pointer");
$('#n-temp-banner').click(function() {
window.open('https://www.mammut.cl/',
'_blank');
});
});
 
 
 
/** Collapsible tables *********************************************************
*
};
})();
 
/*clickable banner*/
$(function() {
$('#n-temp-banner').click(function() {
window.open('https://www.andesgear.cl/t/marcas/mammut',
'_blank');
});
});