mirror of
https://github.com/grocy/grocy.git
synced 2025-08-22 21:10:47 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$('#user-form input').keyup(function (event)
|
||||
$('#user-form input').keyup(function(event)
|
||||
{
|
||||
var element = document.getElementById("password_confirm");
|
||||
if ($("#password").val() !== $("#password_confirm").val())
|
||||
@@ -50,7 +50,7 @@ $('#user-form input').keyup(function (event)
|
||||
Grocy.FrontendHelpers.ValidateForm('user-form');
|
||||
});
|
||||
|
||||
$('#user-form input').keydown(function (event)
|
||||
$('#user-form input').keydown(function(event)
|
||||
{
|
||||
if (event.keyCode === 13) //Enter
|
||||
{
|
||||
|
Reference in New Issue
Block a user