Compare Changes at consolidate

This commit is contained in:
2026-02-26 16:18:45 +01:00
parent c8309832f7
commit 6190d707bb
8 changed files with 214 additions and 56 deletions

View File

@@ -25,7 +25,7 @@
React container div.
-->
<div id="tridentmessage" style="display: none; padding: 10;">
This add-in will not run in your version of Office. Please upgrade either to perpetual Office 2021 (or later)
This add-in will not run in your version of Office. Please upgrade either to perpetual Office 2021 (or later)
or to a Microsoft 365 account.
</div>
<script>
@@ -34,8 +34,8 @@
var normalContainer = document.getElementById("container");
tridentMessage.style.display = "block";
normalContainer.style.display = "none";
}
}
</script>
</body>
</html>
</html>