diff --git a/resources/assets/src/scripts/admin.js b/resources/assets/src/scripts/admin.js index d7367ba9..3a9ce350 100644 --- a/resources/assets/src/scripts/admin.js +++ b/resources/assets/src/scripts/admin.js @@ -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(); } });