1
0

Porovnat revize

..

2 Commity

3 změnil soubory, kde provedl 7 přidání a 0 odebrání

1
description Normální soubor
Zobrazit soubor

@ -0,0 +1 @@
Choose a player by having everyone touch the screen.

0
offline Normální soubor
Zobrazit soubor

Zobrazit soubor

@ -489,6 +489,12 @@ function render() {
requestAnimFrame(animloop);
}
})();
if(navigator.vibrate) {
// Do a vibrate on page load to request vibration permissions in browsers
// that show a confirmation dialog for it.
navigator.vibrate(1);
}
</script>
</body>
</html>