@@ -774,8 +774,8 @@
top: 0;
right: 0;
bottom: 0;
- background: url("images/loading-icon.gif") center no-repeat;
}
+
.pdfViewer .page .loadingIcon.notVisible {
background: none;
@@ -1061,7 +1061,7 @@
(let [get-doc$ (fn [^js opts] (.-promise (js/pdfjsLib.getDocument opts)))
opts {:url url
:ownerDocument js/document
- :cMapUrl "./js/pdfjs/cmaps/"
+ :cMapUrl "./cmaps/"
;;:cMapUrl "https://cdn.jsdelivr.net/npm/[email protected]/cmaps/"
:cMapPacked true}]