diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 3e94e1ae..de7d488a 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -46,6 +46,7 @@ mainVideo = document.getElementById("mainVideo"); timestamps = document.getElementsByClassName("time-link"); len = timestamps.length; + var seconds; for (i = 0; i < len; i++) { seconds = parseFloat(timestamps[i].dataset["timestamp"]); |