Skip to content

Commit

Permalink
Updated rolodex
Browse files Browse the repository at this point in the history
  • Loading branch information
Txnn3r authored Sep 19, 2023
1 parent 88d08c7 commit 007a6a3
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 @@ -132,7 +132,7 @@ <h3>Battelle</h3>
</script>

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

0 comments on commit 007a6a3

Please sign in to comment.