mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
clientId for staging URL
This commit is contained in:
parent
b9a5de70b6
commit
281803b724
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("adobe_dc_view_sdk.ready", function(){
|
||||
var adobeDCView = new AdobeDC.View({clientId: "a62ebfbea2724a45bf0f973e895d620f", divId: "adobe-dc-view"});
|
||||
//Must change clientId before final merge
|
||||
var adobeDCView = new AdobeDC.View({clientId: "374f4d10016d424d863bbd6ac0533849", divId: "adobe-dc-view"});
|
||||
adobeDCView.previewFile({
|
||||
content:{location: {url: "https://tea.xyz/tea.white-paper.pdf"}},
|
||||
metaData:{fileName: "tea.white-paper.pdf"}
|
||||
|
|
Loading…
Reference in a new issue