Browse Source

quack

modals-to-spa
stingl 4 years ago
parent
commit
2ae784699b
  1. 1
      .gitignore
  2. BIN
      assets/audio/quack.mp3
  3. 2
      js/app.js

1
.gitignore vendored

@ -1 +1,2 @@ @@ -1 +1,2 @@
/.idea/*
/temp

BIN
assets/audio/quack.mp3

Binary file not shown.

2
js/app.js

@ -355,7 +355,7 @@ const TimeTrack = { @@ -355,7 +355,7 @@ const TimeTrack = {
message: 'Portal-Wechsel erfolgreich',
color: 'green'
});
playSound('whoosh');
playSound('quack');
vue.updateStorage();
})
},