Skip to content

Commit

Permalink
ready for release, update package terser
Browse files Browse the repository at this point in the history
  • Loading branch information
hschell-cortado committed Jul 21, 2022
1 parent f84cf5b commit 65df28f
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 49 deletions.
154 changes: 123 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 9 additions & 18 deletions src/taskpane/taskpane.html
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
Expand All @@ -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>
Expand All @@ -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"
Expand All @@ -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>
Expand Down

0 comments on commit 65df28f

Please sign in to comment.