Browse Source

Update 'js/mirador-mods.js'

master
rdrew 4 weeks ago
parent
commit
e1d2242a4c
  1. 4
      js/mirador-mods.js

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

Loading…
Cancel
Save