Skip to content

Commit

Permalink
fixing older
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Apr 1, 2024
1 parent f1b253a commit 4982b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backgroundRandom.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function background(x){
}
else
{
var imgs = ['./imagesbackgrounds/1.jpg','./images/backgrounds/2.jpg','./images/backgrounds/3.jpg','./images/backgrounds/4.jpg','./images/backgrounds/5.jpg','./images/backgrounds/6.jpg',];
var imgs = ['./images/backgrounds/1.jpg','./images/backgrounds/2.jpg','./images/backgrounds/3.jpg','./images/backgrounds/4.jpg','./images/backgrounds/5.jpg','./images/backgrounds/6.jpg',];

var img = imgs[Math.floor(Math.random()*imgs.length)];

Expand Down

0 comments on commit 4982b4e

Please sign in to comment.