Clean up for pdf slot

This commit is contained in:
David Bomba 2023-07-16 15:09:05 +10:00
parent 526485bcaf
commit f7841aced1

View File

@ -70,8 +70,6 @@
iframe.addEventListener("load", function () {
const loader = document.getElementById("loader")
loader.classList.add("hidden");
// loader.hidden=true;
// loader.remove();
});
});