mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
RS; blur in clear_form
This commit is contained in:
@@ -80,6 +80,8 @@ $(document).ready(function(){
|
||||
this.checked = false;
|
||||
else if (tag == 'select')
|
||||
this.selectedIndex = -1;
|
||||
});
|
||||
$(this).blur();
|
||||
});
|
||||
|
||||
};
|
||||
});//end document ready
|
||||
|
||||
Reference in New Issue
Block a user