Skip to content

Commit

Permalink
Update taskpane.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 7, 2024
1 parent 3dca24c commit 0485144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/word-plugin/src/taskpane/taskpane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

/* global document, Office, Word */

const addinVersion = "1.0";

Office.onReady((info) => {
if (info.host === Office.HostType.Word) {
console.log(`AddIn - V${addinVersion}`);
document.getElementById("sideload-msg").style.display = "none";
document.getElementById("app-body").style.display = "flex";
document.getElementById("run1").onclick = run1;
Expand Down

0 comments on commit 0485144

Please sign in to comment.