From 7fc2e261897b426f3df3515c24f65609c37ac4d0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Jul 2012 12:20:49 +0300 Subject: [PATCH] fixed bug with lFM varible name --- client.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client.js b/client.js index 11e2a0a1..ead16d28 100644 --- a/client.js +++ b/client.js @@ -338,7 +338,7 @@ CloudClient.init=(function() /* показываем элементы, которые будут работать только, если есть js */ var lFM=document.getElementById('fm'); - if(lFM)lFm.className='localstorage'; + if(lFM)lFM.className='localstorage'; /* если есть js - показываем правую панель*/ var lRight=document.getElementById('right'); @@ -352,12 +352,6 @@ CloudClient.init=(function() var lHeight=window.screen.height - (window.screen.height/3).toFixed(); lHeight=(lHeight/100).toFixed()*100; - /* - var lFm=document.getElementById('fm'); - if(lFm)lFm.style.cssText='height:' + - lHeight + - 'px'; - */ CloudClient.cssSet({id:'show_2panels', element:document.head, inner:'#left{width:46%;}' +