Changes

From Life After BOB Wiki
no edit summary
Line 24: Line 24:  
$('.fc-img').mouseleave(function(){
 
$('.fc-img').mouseleave(function(){
 
   $(this).parent().css('background','none')
 
   $(this).parent().css('background','none')
 +
})
 +
 +
$('.fc-img').parent().mouseleave(function(){
 +
  $(this).css('background','none')
 
})
 
})