From b1bedbb07636fcd26c4c23faa3e4d963bd2064a4 Mon Sep 17 00:00:00 2001 From: Jamie Little Date: Thu, 15 Aug 2024 12:02:54 -0500 Subject: [PATCH] Update custom.js --- 01JHU_INST-JHU/js/custom.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/01JHU_INST-JHU/js/custom.js b/01JHU_INST-JHU/js/custom.js index 970ff077..ff74d99c 100644 --- a/01JHU_INST-JHU/js/custom.js +++ b/01JHU_INST-JHU/js/custom.js @@ -105,10 +105,8 @@ console.log("Error on loading file", ev); }); - document.addEventListener('DOMContentLoaded', function(e) { document.querySelector('prm-static').previousSibling.remove(); document.querySelector('prm-static').nextSibling.remove(); - }); } loadJS('https://jhu-library-applications.github.io/showcase-bundle/discovery-showcase.bundled.js');