#resetHint:hover text-decoration: underline; opacity: 0.8; cursor: pointer;
<script> // DOM elements const startBtn = document.getElementById('startSetupBtn'); const modal = document.getElementById('setupModal'); const closeModalBtn = document.getElementById('closeModalBtn'); const helpGuideLink = document.getElementById('helpGuideLink'); const faqLink = document.getElementById('faqLink'); const resetHintSpan = document.getElementById('resetHint'); dodocool.setup welcome.html
// Help guide link: shows basic instructions in a toast (or could expand) helpGuideLink.addEventListener('click', (e) => e.preventDefault(); showMessageToast('📘 Setup guide: 1) Connect to dodocool Wi-Fi. 2) Visit dodocool.setup or 192.168.10.1. 3) Follow the web wizard. For detailed PDF manual visit dodocool.com/support', false); ); #resetHint:hover text-decoration: underline; opacity: 0
.modal-card background: white; max-width: 480px; width: 90%; border-radius: 48px; padding: 32px 28px; text-align: center; box-shadow: 0 40px 60px rgba(0, 0, 0, 0.3); animation: fadeSlideUp 0.25s ease; #resetHint:hover text-decoration: underline
#resetHint:hover text-decoration: underline; opacity: 0.8; cursor: pointer;
<script> // DOM elements const startBtn = document.getElementById('startSetupBtn'); const modal = document.getElementById('setupModal'); const closeModalBtn = document.getElementById('closeModalBtn'); const helpGuideLink = document.getElementById('helpGuideLink'); const faqLink = document.getElementById('faqLink'); const resetHintSpan = document.getElementById('resetHint');
// Help guide link: shows basic instructions in a toast (or could expand) helpGuideLink.addEventListener('click', (e) => e.preventDefault(); showMessageToast('📘 Setup guide: 1) Connect to dodocool Wi-Fi. 2) Visit dodocool.setup or 192.168.10.1. 3) Follow the web wizard. For detailed PDF manual visit dodocool.com/support', false); );
.modal-card background: white; max-width: 480px; width: 90%; border-radius: 48px; padding: 32px 28px; text-align: center; box-shadow: 0 40px 60px rgba(0, 0, 0, 0.3); animation: fadeSlideUp 0.25s ease;