Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/source/_static/images/backgrounds/100.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/source/_static/images/backgrounds/101.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/source/_static/images/backgrounds/38.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/source/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// =======================================================

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

/**
* Returns a random integer between 0 (inclusive) and 99 (inclusive).
* Returns a random integer between 0 (inclusive) and 101 (inclusive).
* @returns {number} - A random image index from the available range.
*/
function getRandomImageIndex() {
Expand Down
Loading