Update to 8 seconds before ask for radio autoplay

This commit is contained in:
Claudio Maradonna 2020-02-20 15:12:42 +01:00
parent 2f9d26c6e9
commit 3d4099f4e8
Signed by: claudiomaradonna
GPG Key ID: 0CBA58694C5680D9
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-02-20T15:10:49+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-02-20T15:12:32+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>

View File

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

View File

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