]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Aug 4 03:16:19 PM EDT 2024
authormiha-q <>
Sun, 4 Aug 2024 19:16:19 +0000 (15:16 -0400)
committermiha-q <>
Sun, 4 Aug 2024 19:16:19 +0000 (15:16 -0400)
src/index.html

index 824123e16e9049c7928e4f9fae4fc473f3d02eb2..5b968728be417322cbe21c9a6673470dc4f63c07 100644 (file)
                                        $(".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 =>
                                        {
 
                                                $(".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();
                                        });