From c1d08abdd54dace37720247d75eb1e272a5664a5 Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:16:33 +0100 Subject: [PATCH] Update index.js --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 48e2587..2bb9b5d 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -41,7 +41,7 @@ window.onload = function () { } }); - // check if rule parameter is in url + // check if hideEditor parameter is in url if(urlParameter.has('hideEditor')){ let hideEditor = urlParameter.get('hideEditor') if(hideEditor == 1){