mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
Bluring when updating score in admin panel
This commit is contained in:
parent
3e27625064
commit
6e5ed604cd
@ -187,6 +187,7 @@ function deleteUserAccount(uid) {
|
||||
$('body').on('keypress', '.score', function(event){
|
||||
if (event.which == 13) {
|
||||
changeUserScore($(this).parent().parent().attr('id'), $(this).val());
|
||||
$(this).blur();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user