Compare commits
1 Commits
5b5210d5da
...
02b7708976
Author | SHA1 | Date | |
---|---|---|---|
02b7708976 |
@ -65,7 +65,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
function beep() {
|
function beep() {
|
||||||
window.navigator.vibrate(500);
|
if (window.navigator.vibrate) window.navigator.vibrate(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateScore(participantId, points) {
|
function updateScore(participantId, points) {
|
||||||
|
Loading…
Reference in New Issue
Block a user