Merge branch 'master' of github.com:diaspora/diaspora_rails

This commit is contained in:
danielvincent 2010-07-03 23:39:20 -07:00
commit 33611abeba

View file

@ -80,6 +80,8 @@ $(document).ready(function(){
this.checked = false; this.checked = false;
else if (tag == 'select') else if (tag == 'select')
this.selectedIndex = -1; this.selectedIndex = -1;
}); $(this).blur();
});
}; };
});//end document ready });//end document ready