Skip to content

Commit

Permalink
Update cookiesGlow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manucaralmo authored Oct 4, 2020
1 parent a16f44f commit 9caf7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/cookiesGlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Añadimos el CSS
var linkElement = document.createElement('link');
linkElement.setAttribute('rel', 'stylesheet');
linkElement.setAttribute('href', 'https://glowcookies.b-cdn.net/v1/cookiesGlow.min.css');
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/manucaralmo/GlowCookies@1.2.2/v1/cookiesGlow.min.css');
document.body.appendChild(linkElement);


Expand Down Expand Up @@ -146,4 +146,4 @@ function abrirSelector(){
default:
console.log('Cookies: Sin escoger');
cookies.style.display = "block";
}
}

0 comments on commit 9caf7fa

Please sign in to comment.