-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ready for release, update package terser
- Loading branch information
1 parent
f84cf5b
commit 65df28f
Showing
2 changed files
with
132 additions
and
49 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,6 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Print Now with ezeep</title> | ||
|
||
<!-- <script> | ||
console.log("hello world!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); | ||
if (navigator.userAgent.indexOf("Trident") > -1 || navigator.userAgent.indexOf("Edge") > -1) { | ||
console.log("achtung veraltete software detektiert!"); | ||
window.location.replace("/warning"); | ||
} | ||
</script> --> | ||
|
||
<!-- Office JavaScript API --> | ||
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script> | ||
<!-- ezeep js--> | ||
|
@@ -42,15 +33,15 @@ | |
<div class="ezp-panel"> | ||
<div class="ezp-hero"> | ||
<img | ||
src="https://localhost:3000/assets/hero.png" | ||
srcset="https://localhost:3000/assets/hero.png 1x, https://localhost:3000/assets/[email protected] 2x" | ||
src="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/hero.png" | ||
srcset="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/hero.png 1x, https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/[email protected] 2x" | ||
alt="ezeep Hero" | ||
/> | ||
</div> | ||
<div class="ezp-logo"> | ||
<img | ||
src="https://localhost:3000/assets/logo.png" | ||
srcset="https://localhost:3000/assets/logo.png 1x, https://localhost:3000/assets/[email protected] 2x" | ||
src="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/logo.png" | ||
srcset="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/logo.png 1x, https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/[email protected] 2x" | ||
alt="ezeep Logo" | ||
/> | ||
</div> | ||
|
@@ -67,7 +58,7 @@ | |
printapihosturl="printapi.dev.azdev.ezeep.com"--> | ||
<ezp-printing | ||
clientid="WnjHlEm0TYYJDt8dovTqUDJMa4ifB2C9eehABA1U" | ||
redirecturi="https://localhost:3000/authRedirect.html" | ||
redirecturi="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/authRedirect.html" | ||
trigger="custom" | ||
filetype="pdf" | ||
appearance="light" | ||
|
@@ -87,15 +78,15 @@ | |
<div class="ezp-panel"> | ||
<div class="ezp-hero"> | ||
<img | ||
src="https://localhost:3000/assets/hero.png" | ||
srcset="https://localhost:3000/assets/hero.png 1x, https://localhost:3000/assets/[email protected] 2x" | ||
src="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/hero.png" | ||
srcset="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/hero.png 1x, https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/[email protected] 2x" | ||
alt="ezeep Hero" | ||
/> | ||
</div> | ||
<div class="ezp-logo"> | ||
<img | ||
src="https://localhost:3000/assets/logo.png" | ||
srcset="https://localhost:3000/assets/logo.png 1x, https://localhost:3000/assets/[email protected] 2x" | ||
src="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/logo.png" | ||
srcset="https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/logo.png 1x, https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.31/assets/[email protected] 2x" | ||
alt="ezeep Logo" | ||
/> | ||
</div> | ||
|