fixed aspect selector bug in header
This commit is contained in:
parent
9abe22d5d2
commit
e4e8d7ada4
1 changed files with 19 additions and 16 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue