From 49aeed12029603be03224e374fb5f808b7b193f8 Mon Sep 17 00:00:00 2001 From: Maher Santina Date: Thu, 21 Sep 2023 23:27:36 +1000 Subject: [PATCH 1/2] Update replay.html Changed `http` to `https` to add the ability to host the replay UI on a remote secure server --- online_log/static/replay.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/online_log/static/replay.html b/online_log/static/replay.html index fe5d831a..6fcecb98 100644 --- a/online_log/static/replay.html +++ b/online_log/static/replay.html @@ -1,6 +1,6 @@ - + @@ -114,4 +114,4 @@ - \ No newline at end of file + From ccb77f15546ef7f770459baffc754a7121f3f3b0 Mon Sep 17 00:00:00 2001 From: Maher Santina Date: Thu, 21 Sep 2023 23:28:55 +1000 Subject: [PATCH 2/2] Update replay.html Removed space