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 f6b634c commit 67f947bCopy full SHA for 67f947b
Sprint-3/quote-generator/quotes.js
@@ -528,7 +528,7 @@ autoplayToggle.addEventListener("change", () => {
528
if (autoplayToggle.checked) {
529
// Switch is ON
530
autoplayStatus.innerText = "auto-play: ON";
531
- timerId = setInterval(updateQuote, 5000);
+ timerId = setInterval(updateQuote, 60000);
532
} else {
533
// Switch is OFF
534
autoplayStatus.innerText = "auto-play: OFF";
0 commit comments