From 4c4061c1ad643aee473854f5ed1a6e1f0159c003 Mon Sep 17 00:00:00 2001 From: Naing Ye Lin Thein Date: Wed, 16 Oct 2019 11:40:58 +1100 Subject: [PATCH 1/2] print window opens before the page if fully loaded to fix this issue using the window.onload event instead of document.onload and adding the script with `); popupWin.document.close(); } From fab1dcfb515aeda58446554b4f4631f70a8c2188 Mon Sep 17 00:00:00 2001 From: Naing Ye Lin Thein Date: Wed, 16 Oct 2019 12:20:41 +1100 Subject: [PATCH 2/2] print window opens before page is fully loaded #55 to fix this issue, change to the window.onload event instead of document.onload and adding the script with `); popupWin.document.close(); }