Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 09:51:42 +01:00
17 changed files with 7598 additions and 1770 deletions

View File

@@ -94,6 +94,10 @@ export default {
methods: {
generateColors: function(event, time) {
if (time == 5) {
if (this.numberOfBallots > 1 && new Set(this.colors).size == 1) {
alert('BINGO')
}
if (window.location.hostname == "localhost") {
return;
}

View File

@@ -116,7 +116,6 @@ export default {
}
.outer {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;