From 27a35cccc4c12c2149da8c26b4f59b189dd598e5 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 16 Jun 2014 14:13:32 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index c21bc12f40..af7ec6b677 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -478,7 +478,8 @@ Roo.apply(Roo.ux.Lightbox.prototype, var w = window; var ww = w.innerWidth || (w.document.documentElement.clientWidth || w.document.body.clientWidth); var wh = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight); - + Roo.log(ww); + Roo.log(wh); ww -= 150; wh -= 150; -- 2.39.2