48 928
ediciones
Cambios
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.andesgearmammut.cl/marcas-12882/mammut-13736.html',
'_blank');
});
