EstebanDLPT (Talk | contribs) |
EstebanDLPT (Talk | contribs) |
||
Line 47: | Line 47: | ||
(wrapperName).style.display="block"; | (wrapperName).style.display="block"; | ||
(backgroundName).style.display="block"; | (backgroundName).style.display="block"; | ||
− | (wrapperName).style. | + | (wrapperName).style.visibility="visible"; |
− | (backgroundName).style. | + | (backgroundName).style.visibility="visible"; |
$(".masthead").toggleClass("blurredBackground"); | $(".masthead").toggleClass("blurredBackground"); | ||
$("#teamMembers").toggleClass("blurredBackground"); | $("#teamMembers").toggleClass("blurredBackground"); | ||
Line 54: | Line 54: | ||
} | } | ||
function closePopup(wrapperName, backgroundName) { | function closePopup(wrapperName, backgroundName) { | ||
− | (wrapperName).style. | + | (wrapperName).style.visibility="hidden"; |
− | (backgroundName).style. | + | (backgroundName).style.visibility="hidden"; |
$(".masthead").toggleClass("blurredBackground"); | $(".masthead").toggleClass("blurredBackground"); | ||
$("#teamMembers").toggleClass("blurredBackground"); | $("#teamMembers").toggleClass("blurredBackground"); |
Revision as of 19:57, 19 July 2018