diff options
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; } |