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);