Skip to content

Commit 03a8a3b

Browse files
authored
2 more (#76)
1 parent 581eca2 commit 03a8a3b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
2.16 MB
Loading
2.33 MB
Loading
2.05 MB
Loading

doc/source/_static/js/custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// =======================================================
44

55
const IMAGE_PATH_PREFIX = '_static/images/backgrounds/';
6-
const MAX_IMAGES = 100; // Images are 0.jpg through 99.jpg (100 total)
6+
const MAX_IMAGES = 102;
77

88
/**
9-
* Returns a random integer between 0 (inclusive) and 99 (inclusive).
9+
* Returns a random integer between 0 (inclusive) and 101 (inclusive).
1010
* @returns {number} - A random image index from the available range.
1111
*/
1212
function getRandomImageIndex() {

0 commit comments

Comments
 (0)