From 9d4f9e8aaa2c33c157f2ecada0b7e291be587d3f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 10 Feb 2014 16:17:41 +0330 Subject: [PATCH] extra height fix --- Web/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/js/functions.js b/Web/js/functions.js index bd07358..34c8793 100644 --- a/Web/js/functions.js +++ b/Web/js/functions.js @@ -10,7 +10,7 @@ function sizeAndPos() { $c.attr('height',h * window.devicePixelRatio); $c.css({ 'width' : w, - 'height' : h + 'height' : h - (window.devicePixelRatio-1) * 53 }); alert(window.devicePixelRatio); c.clearRect(0,0, width(), height());