From cfa47f00649efc7567ed46ba6ac76ad5e769c7f6 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sat, 15 Jan 2022 00:26:42 -0500 Subject: [PATCH] autoscroll now lives in view.js instead of in the plugin itself --- plugins/eos/eos.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/eos/eos.html b/plugins/eos/eos.html index 8a4a8d6..5b2e77b 100644 --- a/plugins/eos/eos.html +++ b/plugins/eos/eos.html @@ -41,7 +41,7 @@ <% } %> <% if(cues[j]==data.activeCue+""){ %> - + <% }else{ %> <% } %> @@ -97,12 +97,6 @@ <% } %> - <% function prettyDuration(milliseconds, box){