mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Applied EditorConfig settings to all files
This commit is contained in:
@@ -55,7 +55,7 @@ $('#user-form input').keydown(function (event)
|
||||
if (event.keyCode === 13) //Enter
|
||||
{
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
if (document.getElementById('user-form').checkValidity() === false) //There is at least one validation error
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user