mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Grocy.Components.UserfieldsForm = { };
|
||||
Grocy.Components.UserfieldsForm = {};
|
||||
|
||||
Grocy.Components.UserfieldsForm.Save = function(success, error)
|
||||
{
|
||||
@@ -12,7 +12,7 @@ Grocy.Components.UserfieldsForm.Save = function(success, error)
|
||||
return;
|
||||
}
|
||||
|
||||
var jsonData = { };
|
||||
var jsonData = {};
|
||||
|
||||
$("#userfields-form .userfield-input").not("div").each(function()
|
||||
{
|
||||
|
Reference in New Issue
Block a user