diff options
-rw-r--r-- | scripts/cssa-webring.js | 2 |
1 files changed, 2 insertions, 0 deletions
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; }); } |