From 29e8c2d48933dec27ffc7275d170f69591f515d2 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:21:43 +0800 Subject: [PATCH] Remove right sidebar content --- shrines/starwarskotor/js/swkotor-components.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/shrines/starwarskotor/js/swkotor-components.js b/shrines/starwarskotor/js/swkotor-components.js index 50d455ff..52aeb3ff 100644 --- a/shrines/starwarskotor/js/swkotor-components.js +++ b/shrines/starwarskotor/js/swkotor-components.js @@ -31,17 +31,9 @@ window.addEventListener("scroll", e => { /* ------ STAR WARS KOTOR SHRINE SIDEBAR COMPONENT ------ */ -document.querySelector(".right-sidebar").innerHTML = ` - -`; +// document.querySelector(".right-sidebar").innerHTML = ` + +// `; /* ------ STAR WARS KOTOR SHRINE FOOTER COMPONENT ------ */