Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
public/pfd/build/generic/web/viewer.js
@@ -6870,7 +6870,7 @@
// function webViewerLoad(evt) {
//   //   PDFViewerApplication.initialize().then(webViewerInitialized(123));
//   setUrl("http://223.82.109.183:2081/zhba/upload/20211126/60748e5fda7772c68420e076551065d0.pdf");
//   setUrl("http://61.131.136.25:2081/zhba/upload/20211126/60748e5fda7772c68420e076551065d0.pdf");
// }
function setUrl(url) {
@@ -6999,6 +6999,8 @@
  document.getElementById('sidebarToggle').addEventListener('click',
    function () {
      // console.log(12345)
      this.classList.toggle('toggled');
      outerContainer.classList.add('sidebarMoving');
      outerContainer.classList.toggle('sidebarOpen');
@@ -7623,7 +7625,9 @@
window.addEventListener('afterprint', function afterPrint(evt) {
  PDFViewerApplication.afterPrint();
});
setTimeout(() => {
  document.getElementById('sidebarToggle').click();
}, 700);
(function animationStartedClosure() {
  // The offsetParent is not set until the pdf.js iframe or object is visible.
  // Waiting for first animation.