diff options
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js index b5d5ad15..d8586685 100644 --- a/demo/src/js/main.js +++ b/demo/src/js/main.js @@ -1,16 +1,16 @@ // ========================================================================== // Plyr.io demo // This code is purely for the plyr.io website -// Please see readme.md in the root or github.com/selz/plyr +// Please see readme.md in the root or github.com/sampotts/plyr // ========================================================================== /*global Plyr*/ // General functions (function() { - document.body.addEventListener('ready', function(event) { + /*document.body.addEventListener('ready', function(event) { console.log(event); - }); + });*/ // Setup the player var player = new Plyr('#player', { |