$(".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();
});