summaryrefslogtreecommitdiffhomepage
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js19
1 files changed, 18 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index 2c45cfa..567e89b 100644
--- a/js/main.js
+++ b/js/main.js
@@ -8,7 +8,24 @@
* - rework use of global variables
* - button to make a loud noise like bell
*/
-
+
+$.ionSound({
+ sounds: [
+ {
+ name: "klaxon"
+ },
+ {
+ name: "button_tiny",
+ },
+ {
+ name: "cheonjae",
+ }
+ ],
+ // volume: 0.5,
+ path: "sounds/",
+ preload: true
+});
+
var timeWastingClock = new FlipClock($('.time-wasting-clock'), {
autoStart:false
});