From 9c904bb6fb367e5536d44f516249e70c99d536b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20M=C3=A9ndez?= Date: Wed, 22 Jan 2025 09:33:46 +0100 Subject: [PATCH] study condition mode --- frontend/public/js/proof/proof.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/js/proof/proof.js b/frontend/public/js/proof/proof.js index eee7ea0..2943801 100644 --- a/frontend/public/js/proof/proof.js +++ b/frontend/public/js/proof/proof.js @@ -66,7 +66,7 @@ const conf = { const file = path ? path : "../data/" + getSessionId() + "/" + getFileName(); const url = new URL(window.location.toLocaleString()).searchParams; - if (url.get("cond") === "sp-no") { + if (url.get("cond") === "sp") { proof.showSubProofs = true; proof.showPopover = false; }