1
0

Compare commits

..

No commits in common. "51f3f276bc933adafba37b634d6641fdcccc0b13" and "03018bb28afccefa4bbe969daac413fda2a6a029" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View File

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

View File

View File

@ -489,12 +489,6 @@ 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>