aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/js/main.js')
-rw-r--r--demo/src/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js
index 093d35d3..1eeab54d 100644
--- a/demo/src/js/main.js
+++ b/demo/src/js/main.js
@@ -8,6 +8,8 @@
// General functions
;(function() {
+ document.body.addEventListener('ready', function(event) { console.log(event); });
+
// Setup the player
var instances = plyr.setup({
debug: true,