SW/assets/js/cambiarCSS.js
2021-05-10 22:22:32 +02:00

5 lines
189 B
JavaScript

function cambiarCSS(nuevo){
//let css = true;
//window.location.href = window.location.href + "?css=" + css;
document.getElementById('estilo').setAttribute('href', nuevo);
}