Merge pull request #6739 from Snuffleupagus/PDFLinkService_getDestinationHash-prevent-resource-url-in-firefox
[Firefox] Prevent internal links from displaying "resource://pdf.js/web/" on hover, by tweaking the fallback case in `PDFLinkService_getDestinationHash`
This commit is contained in:
commit
7b144c02d3
@ -154,7 +154,7 @@ var PDFLinkService = (function () {
|
|||||||
return pdfOpenParams;
|
return pdfOpenParams;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return '';
|
return this.getAnchorUrl('');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user