Compare commits
No commits in common. "51f3f276bc933adafba37b634d6641fdcccc0b13" and "03018bb28afccefa4bbe969daac413fda2a6a029" have entirely different histories.
51f3f276bc
...
03018bb28a
|
@ -1 +0,0 @@
|
|||
Choose a player by having everyone touch the screen.
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user