From c62dbd51ff41ce70eb837d19742546223571b474 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 26 Jan 2024 13:51:53 +0000 Subject: [PATCH 1/2] nocloak init --- static/index.html | 2 +- static/worksheets/api/abcc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index a581408..06b9718 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ - + diff --git a/static/worksheets/api/abcc.js b/static/worksheets/api/abcc.js index b9e80db..4214ae7 100644 --- a/static/worksheets/api/abcc.js +++ b/static/worksheets/api/abcc.js @@ -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"; From ba3916582b45d228eb88fa87ba663801675e59f7 Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 27 Jan 2024 03:02:12 +0000 Subject: [PATCH 2/2] fix --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 06b9718..1e733d1 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ - +