diff --git a/scripts/cssa-webring.js b/scripts/cssa-webring.js index d4aa430..eb59c08 100644 --- a/scripts/cssa-webring.js +++ b/scripts/cssa-webring.js @@ -11,6 +11,8 @@ function load_random_site() { const entry = entries[Math.floor(Math.random() * entries.length)]; console.log(entry); + + window.location.href = entry.url; }); }