From 7f488eb1390345c660b98f08138a31d394659bd5 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 10 Feb 2025 17:21:55 -0600 Subject: test javascript on button --- scripts/cssa-webring.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/cssa-webring.js') diff --git a/scripts/cssa-webring.js b/scripts/cssa-webring.js index 78c9ab4..ddf4fef 100644 --- a/scripts/cssa-webring.js +++ b/scripts/cssa-webring.js @@ -1,3 +1,7 @@ +function load_random_site() { + console.log("requested random site"); +} + function load_webring() { const webring_url = "https://aidang.cc/webring/https://jjanzen.ca"; @@ -12,7 +16,7 @@ function load_webring() { `; webring_container.innerHTML = webring_html; -- cgit v1.2.3