jack 1 ngày trước cách đây
mục cha
commit
c077d65807
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pdf.js/web/viewer.js

+ 1 - 1
pdf.js/web/viewer.js

@@ -1479,7 +1479,7 @@
         },
         async _parseHashParameters() {
           if (!_app_options.AppOptions.get("pdfBugEnabled")) {
-            return;
+            //return;
           }
           var hash = document.location.hash.substring(1);
           if (!hash) {