From 3e0f5fb62efc3de9c6c0139500f0d20e9f2c381f Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Tue, 29 Dec 2020 12:41:43 -0600 Subject: Fix: missing string parsing in callback --- templates/page.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.tmpl') 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)) }; } } -- cgit v1.2.3