update calc

This commit is contained in:
Boof 2023-03-16 11:33:56 +01:00 committed by GitHub
parent 6ecbe63aaa
commit b0ed2af110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<iframe sandbox="allow-scripts allow-popups allow-same-origin" width="100%" height="100%" loading="lazy" frameborder="0"
src="secret/index.html"></iframe>
</div>
<div class="wrapper">
<div id="websiteWrapper" class="wrapper">
<div class="container">
<div class="header-container">
<!-- This heading also notifies about the theme change.-->

View File

@ -22,7 +22,7 @@ function ninePress() {
async function checkSecret() {
if (sixPressed == true) {
//document.getElementById("wrapper").style.display = "none";
document.getElementById("websiteWrapper").style.display = "none";
document.getElementById("iframeDiv").style.display = "block";
}