From a0c1aeac3af23905e40ba0a75c8cc8fe84aa3420 Mon Sep 17 00:00:00 2001 From: Jason <38664452+uchks@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:32:45 -0500 Subject: [PATCH] fix pt.2 --- depictions/web/js/content-blocks-index.js | 2 -- depictions/web/js/content-blocks-screenshots.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/depictions/web/js/content-blocks-index.js b/depictions/web/js/content-blocks-index.js index c64cfa34..1d5b1d46 100644 --- a/depictions/web/js/content-blocks-index.js +++ b/depictions/web/js/content-blocks-index.js @@ -1,5 +1,3 @@ -let bundleid = ""; - function setBundleId(id) { bundleid = id; } diff --git a/depictions/web/js/content-blocks-screenshots.js b/depictions/web/js/content-blocks-screenshots.js index be3f9fd0..d55927bd 100644 --- a/depictions/web/js/content-blocks-screenshots.js +++ b/depictions/web/js/content-blocks-screenshots.js @@ -1,5 +1,3 @@ -let bundleid = ""; - function setBundleId(id) { bundleid = id; }