From a344339bae684a0a5974dd985263c54325fde195 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 29 Nov 2013 08:51:10 +0000 Subject: [PATCH] feature(client) rm HEIGHT --- html/index.html | 1 - lib/client.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index 7d73f1ab..adcd949c 100644 --- a/html/index.html +++ b/html/index.html @@ -66,7 +66,6 @@ function scriptLoad() { CloudCmd.init(); - CloudCmd.HEIGHT = Height; script.removeEventListener('load', scriptLoad); } diff --git a/lib/client.js b/lib/client.js index 34187e84..1264c50d 100644 --- a/lib/client.js +++ b/lib/client.js @@ -15,7 +15,6 @@ var Util, DOM, CloudFunc, CloudCmd; LIBDIRCLIENT : '/lib/client/', JSONDIR : '/json/', HTMLDIR : '/html/', - HEIGHT : 0, MIN_ONE_PANEL_WIDTH : 1155, OLD_BROWSER : false, @@ -121,7 +120,7 @@ var Util, DOM, CloudFunc, CloudCmd; * инициализации */ CloudCmd.init = function() { - var lCallBack, lFunc, lHeight; + var lCallBack, lFunc; lCallBack = function() { Util.loadOnLoad([