Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
commit
25d8ee6bc5
|
@ -12338,7 +12338,7 @@ class PDFPageView {
|
||||||
cover.className = "cover";
|
cover.className = "cover";
|
||||||
var obj = {}
|
var obj = {}
|
||||||
console.log('href', window.location.href)
|
console.log('href', window.location.href)
|
||||||
if (~window.location.href.indexOf('/SignDocument/')) {
|
if (~window.location.href.indexOf('/System')) {
|
||||||
var str = window.location.search.substr(1)
|
var str = window.location.search.substr(1)
|
||||||
console.log('str', str)
|
console.log('str', str)
|
||||||
str = str.split('?')[1]
|
str = str.split('?')[1]
|
||||||
|
@ -12385,12 +12385,12 @@ class PDFPageView {
|
||||||
}
|
}
|
||||||
if (this.annotationLayer?.div) {
|
if (this.annotationLayer?.div) {
|
||||||
div.insertBefore(textLayerDiv, this.annotationLayer.div);
|
div.insertBefore(textLayerDiv, this.annotationLayer.div);
|
||||||
if (~window.location.href.indexOf('/SignDocument/')) {
|
if (~window.location.href.indexOf('/System')) {
|
||||||
div.appendChild(cover);
|
div.appendChild(cover);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
div.appendChild(textLayerDiv);
|
div.appendChild(textLayerDiv);
|
||||||
if (~window.location.href.indexOf('/SignDocument/')) {
|
if (~window.location.href.indexOf('/System')) {
|
||||||
div.appendChild(cover);
|
div.appendChild(cover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue