Skip to content

Commit

Permalink
nocloak init
Browse files Browse the repository at this point in the history
  • Loading branch information
dave9123 committed Feb 13, 2024
1 parent c6bb2c0 commit 7d558bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="fractions.css">
<script async src="https://arc.io/widget.min.js#i2pjQQrd"></script>
</head>
<iframe src="main.html"></iframe>
<iframe src="worksheets/index.html"></iframe>
</body>
<script src="worksheets/api/lod.js"></script>
<script src="worksheets/api/abcc.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion static/worksheets/api/abcc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.addEventListener('load', function () {
var directPreviousPage = localStorage.getItem('directPreviousPage') || 'https://www.google.com/';
var currentURL = window.location.href;
var baseURL = currentURL.substring(0, currentURL.lastIndexOf("/") + 1);
var indexURL = baseURL + "main.html";
var indexURL = baseURL + "/worksheets/index.html";

win = window.open();
win.document.body.style.margin = "0";
Expand Down

0 comments on commit 7d558bf

Please sign in to comment.