turn off sounds when we time out or such
[tricorder.git] / js / tricorder.js
index 0f0ffcf1bc6c9d4bced7cb84fa71c4b6b8fb99ea..3bf19c6357e10ee28a4f1dd4787cb8f32ea0dad5 100644 (file)
@@ -125,6 +125,7 @@ var gModPos = {
             document.getElementById("posunavail").style.display = "block";
             document.getElementById("posavail").style.display = "none";
           }
+          gSounds.scan.pause();
         },
         {enableHighAccuracy: true, maximumAge: 10000, timeout: 60000}
       );