Add files via upload
This commit is contained in:
5
assets/js/cambiarCSS.js
Normal file
5
assets/js/cambiarCSS.js
Normal file
@ -0,0 +1,5 @@
|
||||
function cambiarCSS(nuevo){
|
||||
//let css = true;
|
||||
//window.location.href = window.location.href + "?css=" + css;
|
||||
document.getElementById('estilo').setAttribute('href', nuevo);
|
||||
}
|
Reference in New Issue
Block a user