forked from expo/troggle
[svn] Fixed setContentHeight to work properly for eye candy view, whilst removing it from the non-eyecandy view
This commit is contained in:
@@ -76,6 +76,7 @@ $(hoverLink).bind('mouseout',
|
||||
};
|
||||
|
||||
function showEyeCandy(){
|
||||
contentHeight();
|
||||
switchStylestyle("eyeCandy");
|
||||
$("#eyeCandyFooterPopUps").load("/eyecandy");
|
||||
$(".leftMargin,.rightMargin").show();
|
||||
@@ -85,7 +86,7 @@ linkHover("#cavesLink","#richardBanner");
|
||||
linkHover("#caversLink","#timeMachine");
|
||||
linkHover("#surveyBinderLink","#surveyHover");
|
||||
linkHover("#troggle","#timeMachine");
|
||||
contentHeight();};
|
||||
};
|
||||
|
||||
function killEyeCandy(){
|
||||
$("#content").removeAttr("style")
|
||||
|
||||
Reference in New Issue
Block a user