From 165456da47b98723bbaf036e03be077f27e7a934 Mon Sep 17 00:00:00 2001 From: bdaloukas Date: Mon, 19 Jun 2017 05:49:16 +0300 Subject: [PATCH] phpdoc compatibility --- export/exporthtml_snakes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();