Subversion Repositories SmartDukaan

Rev

Rev 11163 | Rev 11325 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11163 Rev 11289
Line -... Line 1...
-
 
1
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
-
 
2
if(document.getElementById('appendlist') != undefined){
-
 
3
    document.getElementById('appendlist').style.minHeight = pheight - 216 +'px';  
-
 
4
}
-
 
5
 
1
 
6
 
2
if(document.getElementsByClassName('cart-cont')[0] != undefined){
7
if(document.getElementsByClassName('cart-cont')[0] != undefined){
3
 document.getElementsByClassName('cart-cont')[0].style.minHeight = (screen.height - 235) +'px'; 
8
 document.getElementsByClassName('cart-cont')[0].style.minHeight = (screen.height - 235) +'px'; 
4
}
9
}
5
 
10