diff --git a/export/exporthtml_snakes.php b/export/exporthtml_snakes.php index e19512b..f911351 100644 --- a/export/exporthtml_snakes.php +++ b/export/exporthtml_snakes.php @@ -543,7 +543,7 @@ if (!document.all) { } /** - * Initializes popup code on load. + * Initializes popup code on load. */ function initPopUp() { // Add the HTML to the body @@ -677,7 +677,7 @@ window.onscroll = centerPopWin; */ function setMaskSize() { var theBody = document.getElementsByTagName("BODY")[0]; - + var fullHeight = getViewportHeight(); var fullWidth = getViewportWidth();