From d4e3c4600e5b91fe3f3d8eb357e7706a6baa1f7c Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 4 Aug 2024 15:16:19 -0400 Subject: [PATCH] Sun Aug 4 03:16:19 PM EDT 2024 --- src/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.html b/src/index.html index 824123e..5b96872 100644 --- a/src/index.html +++ b/src/index.html @@ -926,6 +926,9 @@ $(".istina-linecounter")[0].style.height = "100%"; $(".istina-overlay")[0].style.height = "100%"; $(".istina-basis")[0].style.height = "100%"; + //$(".main-table")[0].border = "0"; + //$("istina-editor")[0].parentNode.style = "width: 50%; height: 100%; border-color black; border-width: 1px 0px 1px 1px; border-style: solid;"; + //$("#resultsChart")[0].parentNode.style = "width: 50%; border-color black; border-width: 1px 1px 1px 1px; border-style: solid;"; domtoimage.toPng($(".main-table")[0]).then(x => { @@ -983,6 +986,9 @@ $(".istina-linecounter")[0].style.height = backups[10]; $(".istina-overlay")[0].style.height = backups[11]; $(".istina-basis")[0].style.height = backups[12]; + //$(".main-table")[0].border = "1"; + //$("istina-editor")[0].parentNode.style = "width: 50%; height: 100%;"; + //$("#resultsChart")[0].parentNode.style = "width: 50%;"; $("#blocker-div")[0].remove(); $("#blocker-img")[0].remove(); }); -- 2.39.5