Skip to content

Commit

Permalink
minor DS bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gazhay committed Nov 1, 2023
1 parent a3dd7b9 commit 0023065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/src/mod.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let finishers = [];

var positionsCreated = 0;
const riderHTML = (riderId,isHome) =>{
if (positionsCreated>=10) return "";
// if (positionsCreated>=10) return "";
let thisPos = ++positionsCreated;
let output =
`<div class="rider ${positionsCreated>=10?"d-none":""} ${isHome?"home":"away"}Rider scaleMe" data-rider-id="${riderId}" data-move-to-position="${thisPos}" data-original-height="40" data-scale="onlyHeight">
Expand Down

0 comments on commit 0023065

Please sign in to comment.