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; }