diff --git a/.gitignore b/.gitignore index abe251a..04b8c66 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/.idea/* /temp \ No newline at end of file diff --git a/assets/audio/quack.mp3 b/assets/audio/quack.mp3 new file mode 100644 index 0000000..9b42d6d Binary files /dev/null and b/assets/audio/quack.mp3 differ diff --git a/js/app.js b/js/app.js index 82d3957..2965cfc 100644 --- a/js/app.js +++ b/js/app.js @@ -355,7 +355,7 @@ const TimeTrack = { message: 'Portal-Wechsel erfolgreich', color: 'green' }); - playSound('whoosh'); + playSound('quack'); vue.updateStorage(); }) },