From e1d2242a4cd127545873985c1883b367626bd42a Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 27 Nov 2024 11:29:05 -0400 Subject: [PATCH] Update 'js/mirador-mods.js' --- js/mirador-mods.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/mirador-mods.js b/js/mirador-mods.js index ce9a9a8..fa89f3d 100755 --- a/js/mirador-mods.js +++ b/js/mirador-mods.js @@ -1,3 +1,7 @@ +/* +This code waits for the viewer to load with the search panel open, then it closes the search 'companion window' +leaving the search icon visible. This combo is not available in the configs +*/ jQuery(window).on("load", function() { jQuery(".mirador31").css({ "display": "none",