3 lines
102 B
JavaScript
3 lines
102 B
JavaScript
function cambiarCSS(nuevo){
|
|
document.getElementById('estilo').setAttribute('href', nuevo);
|
|
} |