|
@@ -8,6 +8,7 @@ function fixIframeStyle () {
|
|
'background-color': 'transparent'
|
|
'background-color': 'transparent'
|
|
})
|
|
})
|
|
$('#public-nav').hide()
|
|
$('#public-nav').hide()
|
|
|
|
+ $('#header-nav-container').hide()
|
|
$(".j-bottom").hide()
|
|
$(".j-bottom").hide()
|
|
$(".right-side-box").hide()
|
|
$(".right-side-box").hide()
|
|
}
|
|
}
|
|
@@ -22,6 +23,7 @@ function toggleIframeStyle (type) {
|
|
'background-color': 'transparent'
|
|
'background-color': 'transparent'
|
|
})
|
|
})
|
|
$('#public-nav').hide()
|
|
$('#public-nav').hide()
|
|
|
|
+ $('#header-nav-container').hide()
|
|
$(".j-bottom").hide()
|
|
$(".j-bottom").hide()
|
|
$(".right-side-box").hide()
|
|
$(".right-side-box").hide()
|
|
} else {
|
|
} else {
|
|
@@ -31,6 +33,7 @@ function toggleIframeStyle (type) {
|
|
$("body").attr('style', backStyle)
|
|
$("body").attr('style', backStyle)
|
|
}
|
|
}
|
|
$('#public-nav').show()
|
|
$('#public-nav').show()
|
|
|
|
+ $('#header-nav-container').show()
|
|
$(".j-bottom").show()
|
|
$(".j-bottom").show()
|
|
$(".right-side-box").show()
|
|
$(".right-side-box").show()
|
|
}
|
|
}
|