1
0

Compare commits

..

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

共有 3 個文件被更改,包括 0 次插入7 次删除

查看文件

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

查看文件

查看文件

@ -489,12 +489,6 @@ function render() {
requestAnimFrame(animloop); 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> </script>
</body> </body>
</html> </html>