Skip to content

Commit

Permalink
chore: Remove mp3 file (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Mar 20, 2024
1 parent 731a0df commit 158c640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed Website/ui/src/assets/notifcation/to-the-point.mp3
Binary file not shown.
1 change: 0 additions & 1 deletion Website/ui/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ import VueSweetalert2 from 'vue-sweetalert2'

Vue.use(VueSweetalert2)

window.audio = new Audio('../notification/to-the-point.mp3')
window.onclick = function (e) {
let target = e.target
if (target.localName === 'a' || target.localName === 'i') {
Expand Down

0 comments on commit 158c640

Please sign in to comment.