From 3d4099f4e8b59601427e71831dfae79c18d42de1 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Thu, 20 Feb 2020 15:12:42 +0100 Subject: [PATCH] Update to 8 seconds before ask for radio autoplay --- _site/feed.xml | 2 +- _site/js/main.js | 2 +- js/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_site/feed.xml b/_site/feed.xml index 62b8c13..7a0da56 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1 +1 @@ -Jekyll2020-02-20T15:10:49+01:00https://www.unitoo.it/feed.xmlUnitooAzienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica \ No newline at end of file +Jekyll2020-02-20T15:12:32+01:00https://www.unitoo.it/feed.xmlUnitooAzienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica \ No newline at end of file diff --git a/_site/js/main.js b/_site/js/main.js index 3a0b930..9ae2067 100644 --- a/_site/js/main.js +++ b/_site/js/main.js @@ -57,7 +57,7 @@ $(document).ready(function() { var radio_autoplay = readCookie("radio-autoplay"); if (radio_autoplay == null) { - setTimeout(askForRadio, 2000); + setTimeout(askForRadio, 8000); } else if (radio_autoplay == 'true') { var radio_player = document.getElementById("radio-player"); $("#radio-autoplay-button").prop("checked", true); diff --git a/js/main.js b/js/main.js index 3a0b930..9ae2067 100644 --- a/js/main.js +++ b/js/main.js @@ -57,7 +57,7 @@ $(document).ready(function() { var radio_autoplay = readCookie("radio-autoplay"); if (radio_autoplay == null) { - setTimeout(askForRadio, 2000); + setTimeout(askForRadio, 8000); } else if (radio_autoplay == 'true') { var radio_player = document.getElementById("radio-player"); $("#radio-autoplay-button").prop("checked", true);