We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8746583 commit c9114f2Copy full SHA for c9114f2
src/render.rs
@@ -274,7 +274,7 @@ pub fn render_funding(
274
275
// To reduce unnecessary ordering bias, we shuffle the list of fundable people.
276
// While we also shuffle on the client (frontend), this does not work for people
277
- // with JavaScript enabled. And since the website is rebuilt regularly every day,
+ // with JavaScript disabled. And since the website is rebuilt regularly every day,
278
// this ensures that even the baseline version of the page without client-side
279
// shuffling will not always be the same.
280
data.people.shuffle(&mut rand::rng());
0 commit comments