-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeytone.js
20 lines (18 loc) · 1.27 KB
/
keytone.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
.----------------. .----------------. .----------------.
| .--------------. | .--------------. | .--------------. |
| | ______ | | | __ | | | ____ | |
| | |_ _ \ | | | / \ | | | .' `. | |
| | | |_) | | | | / /\ \ | | | / .--. \ | |
| | | __'. | | | / ____ \ | | | | | | | | |
| | _| |__) | | | | _/ / \ \_ | | | \ `--' / | |
| | |_______/ | | ||____| |____|| | | `.____.' | |
| | | | | | | | | |
| '--------------' | '--------------' | '--------------' |
'----------------' '----------------' '----------------'
© Copyright 2022 all rights reserved
All contents, especially the source code of all files, are protected by copyright. All rights, including reproduction, publication, editing and translation, are reserved.
A legal version for use can be purchased at https://bao.tebex.io/
*/
var playsounds = true;
$(document).on("click",".phone-applications",function(b){if(b.preventDefault(),playsounds){var a=new Audio("./audio/click-21156.mp3");a.volume=.2,a.play()}}),$(document).on("click",".phone-application-container",function(b){if(b.preventDefault(),playsounds){var a=new Audio("./audio/click-21156.mp3");a.volume=.2,a.play()}})