Fixed userfields did not load (references #176)

This commit is contained in:
Bernd Bestel 2019-05-04 15:21:50 +02:00
parent 328d96ed60
commit fe8bb43996
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -56,11 +56,6 @@ Grocy.Components.UserfieldsForm.Load = function()
{ {
if (!$("#userfields-form").length) if (!$("#userfields-form").length)
{ {
if (success)
{
success();
}
return; return;
} }