summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index b71d7d19..e4a1c9f2 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -63,7 +63,7 @@
console.log("seconds: ", seconds);
timestamps[i].onclick = function () {
- seekToTime(this.innerText)
+ seekToTime(parseSeconds(this.innerText))
};
}
}