From a38cc0514f5af1b9fce0fb9c49e5221395ff6171 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Fri, 18 Jul 2025 00:29:06 +0900 Subject: apply onclick function to all images --- silly.html | 1 + 1 file changed, 1 insertion(+) (limited to 'silly.html') diff --git a/silly.html b/silly.html index b8f0fde..87fb289 100644 --- a/silly.html +++ b/silly.html @@ -44,6 +44,7 @@ console.log(argument); if (image == argument) { document.body.style.backgroundImage = "url('backgrounds/stars3.gif')"; + remember("backgrounds/stars3.gif"); } else { document.body.style.backgroundImage = argument; } -- cgit v1.2.3