Skip to content

Commit

Permalink
Updated rolodex image script
Browse files Browse the repository at this point in the history
  • Loading branch information
Txnn3r authored Mar 15, 2024
1 parent f3068a6 commit f1d6a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3>Battelle</h3>
</script>

<script>
var numPics = 18;
var numPics = 21;
randPic = Math.floor(Math.random() * numPics) + 1;
document.getElementById("home-jumbo").style.backgroundImage = 'url(/rolodex/' + randPic + '.jpg)';
</script>

0 comments on commit f1d6a6f

Please sign in to comment.