import wixData from 'wix-data'; $w.onReady(function () { $w("#datasetID").onReady(() => { wixData.query("CollectionID") .find() .then((result) => { const shuffledArray = shuffleArray(result.items); $w('#repeaterID').data = shuffledArray; }) .catch((err) => { let errorMsg = err; }); }); }); function getRandomIndex(min, max) { return Math.round(Math.random() * (max - min) + min); } function shuffleArray(dataArray) { for (let i = dataArray.length - 1; i > 0; i--) { let index = getRandomIndex(0, i); const temp = dataArray[i]; dataArray[i] = dataArray[index]; dataArray[index] = temp; } return dataArray; }
top of page
Motion to Chill
Reason
Consideration
Exhibits
Action
More
Use tab to navigate through the menu items.
MOTION TO CHILL
CONSIDER THIS
MOTION TO CHANGE COLOUR NAMES
TO REFLECT PLANETARY BOUNDARY TIPPING POINTS
CONSIDER THIS
bottom of page