Merge branch 'master' of github.com:diaspora/diaspora_rails
This commit is contained in:
commit
33611abeba
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue