fixed aspect selector bug in header

This commit is contained in:
danielgrippi 2011-03-23 11:58:10 -07:00
parent 9abe22d5d2
commit e4e8d7ada4

View file

@ -19,6 +19,8 @@ $(document).ready(function(){
$("a.hard_aspect_link").live("click", function(e){
var link = $(this);
if( !link.hasClass('aspect_selector') ){
e.preventDefault();
requests++;
@ -39,6 +41,7 @@ $(document).ready(function(){
$("#aspect_contact_pictures").fadeTo(100, 0.4);
performAjax( $(this).attr('href'));
}
});
$("#aspect_nav a.aspect_selector").click(function(e){