From 9f0c8411c82e7dd5df990ea93504ae267e6592cc Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 27 Oct 2024 23:33:08 +0000 Subject: [PATCH] added sign up to questidio --- public/questidio/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/questidio/theme.js b/public/questidio/theme.js index 41e53d5..3793954 100644 --- a/public/questidio/theme.js +++ b/public/questidio/theme.js @@ -18,5 +18,5 @@ if (header) { header.appendChild(logo); } -if (loginBtnWrapper) loginBtnWrapper.remove(); -if (signupBtnWrapper) signupBtnWrapper.remove(); +// if (loginBtnWrapper) loginBtnWrapper.remove(); +// if (signupBtnWrapper) signupBtnWrapper.remove();