diff --git a/webapp/WEB-INF/player.html b/webapp/WEB-INF/player.html index 10c1690..10b9498 100644 --- a/webapp/WEB-INF/player.html +++ b/webapp/WEB-INF/player.html @@ -93,6 +93,7 @@ var tc = $.now(); var sec = Math.floor((tc-tl)/1000); if (sec >= 5) { + if (Math.floor(player[0].currentTime) <= 10) return; Cookies.set(path, {time:player[0].currentTime}); tl = tc; }