From ba3d17a9b9c24b1bcec884a40a756965cd72bce9 Mon Sep 17 00:00:00 2001 From: rouce Date: Sun, 5 Nov 2023 17:53:42 -0500 Subject: [PATCH] update --- README.md | 4 ++-- assets/train.cast | 1 - index.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36a2bea..ab44467 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### maintenance-page -Alter line 69: `var countDownDate = new Date("Nov 5, 2023 18:00:00").getTime();` to set the time that maintenance is expected to be completed. +Alter line: `var countDownDate = new Date("Nov 5, 2023 18:00:00").getTime();` to set the time that maintenance is expected to be completed. -To change the animation, reference asciinema docs https://asciinema.org/docs/usage the basic idea is that you record your terminal, name the .cast file to something memorable, and then change line 16: `'/assets/train.cast'` to reflect the change \ No newline at end of file +To change the animation, reference asciinema docs https://asciinema.org/docs/usage the basic idea is that you record your terminal, name the .cast file to something memorable, and then change line: `'/maintenance-page/assets/train.cast'` to reflect the change \ No newline at end of file diff --git a/assets/train.cast b/assets/train.cast index 7860bc7..4cd427e 100644 --- a/assets/train.cast +++ b/assets/train.cast @@ -1130,4 +1130,3 @@ [22.35321, "o", "\u001b[J\u001b[36dA\u001b[K\u001b[37d\b|\u001b[K\u001b[38d\b|\u001b[K\u001b[39d\b|_\u001b[K\r\u001b[40d|_\u001b[K"] [22.393419, "o", "\r\u001b[36d\u001b[K\u001b[37d\u001b[K\u001b[38d\u001b[K\u001b[39d_\u001b[K\u001b[40d\b_\u001b[K"] [22.43371, "o", "\u001b[A\b"] -[22.433837, "o", "\u001b[J"] diff --git a/index.html b/index.html index f568808..92cf492 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ AsciinemaPlayer.create( '/maintenance-page/assets/train.cast', document.getElementById('player'), { - loop: 1, - autoplay: 1, + loop: true, + autoplay: true, rows: 50, theme: "asciinema", }