var $clearAnnotationsButton = document.getElementById(
"clearAnnotationsButton"
);
+ var $customConfig = document.getElementById("customConfig");
+ var $setConfigButton = document.getElementById("setConfigButton");
var $setYouTubeVideoIdButton = document.getElementById(
"setYouTubeVideoIdButton"
);
@@ -420,6 +432,10 @@
Duration
});
}
+ function setConfig() {
+ // The configs are loaded as part of the IIIF initialization.
+ activateIIIFTab();
+ }
$iiifManifestIdSelect.onchange = function() {
var $selectedOption = document.querySelector(
"#iiifManifestIdSelect option:checked"
@@ -483,6 +499,9 @@