From 8bf120188881c5bcb514a2716bcb3bdda5e9dc77 Mon Sep 17 00:00:00 2001 From: Francesco Mecca Date: Wed, 5 Jul 2023 17:23:24 +0200 Subject: [PATCH] always play --- bocciofila/ruota.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bocciofila/ruota.html b/bocciofila/ruota.html index 3380037..0f9608a 100644 --- a/bocciofila/ruota.html +++ b/bocciofila/ruota.html @@ -229,11 +229,7 @@ USA audio.currentTime = 0; // Play the sound. - var get_sound_cookie = jQuery.cookie("Sound_status"); - if(get_sound_cookie == 'volume_on') - { audio.play(); - } } // Vars used by the code in this page to do power controls.