diff --git a/static/js/app.js b/static/js/app.js index 06e750e..a36fb17 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -159,7 +159,10 @@ var behaviors = { }, play:function() { - console.log("Play event") + + }, + timeupdate:function() { + console.log("Time update") } })