diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-07-18 00:29:06 +0900 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-07-18 00:29:06 +0900 |
commit | a38cc0514f5af1b9fce0fb9c49e5221395ff6171 (patch) | |
tree | 0996169b4cb06a5aa4181b134013b2787221a935 /silly.html | |
parent | 67d326889b3f2530722cac11c746606a0d7662e7 (diff) |
apply onclick function to all images
Diffstat (limited to 'silly.html')
-rw-r--r-- | silly.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |