diff --git a/Web/js/functions.js b/Web/js/functions.js index 52829ba..191a759 100644 --- a/Web/js/functions.js +++ b/Web/js/functions.js @@ -12,6 +12,7 @@ function sizeAndPos() { 'width' : w, 'height' : h }); + alert($(window).height()); c.clearRect(0,0, width(), height()); c.putImageData(data, 0, 0); }