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",