$(document).ready(function() { // doAJAX('daily-challenges', 'GET').promise.then((res) => { // if(res.success) { // const uploadReceiptChallenge = res.data.list.find(ch => ch.id === 15); // if(uploadReceiptChallenge) { // skaleChallenges.showChallengeItem(uploadReceiptChallenge); // } else { // console.error('Upload receipt challenge not found in the list.'); // } // } else { // console.error('Failed to fetch the list of challenges.'); // } // }).catch((err) => { // console.error('An error occurred while fetching the list of challenges:', err); // }); $('.main-game-wrapper span[name="chance_balance"]').closest('.text-bold').hide(); const footerLogo = document.querySelector('img.skale.mb-1.ml-1'); if (footerLogo) { footerLogo.src = "/file/images/SKALE_ByGD_Logo_Black.png"; } const addressInput = document.getElementById('signup-address-input'); if (addressInput) { addressInput.setAttribute('placeholder', 'Key in the address where the prize to be delivered to'); } });