From 79471e9d049188597b5e98dfefc068922ed744f3 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:29:06 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index cc3caaa7..a4a724fc 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -114,6 +114,8 @@ $(el).appendAfter(`Current mark [${el.dataset.mark}]`) } }) + $("button.check-review").hide() + $(".save-buttons").show(); }) $(".save-buttons").hide();