delete annoying background

This commit is contained in:
SrIzan10
2021-04-04 16:27:23 +02:00
parent 42eec0093a
commit 4344f2ae47

View File

@@ -24,7 +24,6 @@
'content/background/lookdown.jpg',
'content/background/macos.jpg',
'content/background/mountain.jpg',
'content/background/waterfall.jpg',
'content/background/windows95setup.jpg'];
var imgShown = document.body.style.backgroundImage;
var newImgNumber =Math.floor(Math.random()*myImages.length);