Skip to content

Commit

Permalink
Removed dim lights on account view
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Haynes committed Jan 6, 2011
1 parent 5b19ff8 commit 9a6cb5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions public/javascripts/application.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -69,13 +69,4 @@ $(document).ready(function(){
}, function() { }, function() {
$(this).removeClass('account_hover'); $(this).removeClass('account_hover');
}); });

var lit_elements = '#account .account, .my_services'
$(lit_elements).hover(function(){
$('body').addClass('lights_down')
},
function(){
$('.lights_down').removeClass('lights_down')
})

}); });

0 comments on commit 9a6cb5f

Please sign in to comment.