SW/assets/js/cambiarCSS.js

5 lines
189 B
JavaScript
Raw Normal View History

2021-05-10 22:22:32 +02:00
function cambiarCSS(nuevo){
//let css = true;
//window.location.href = window.location.href + "?css=" + css;
document.getElementById('estilo').setAttribute('href', nuevo);
}