mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02:00
Fixed userfields did not load (references #176)
This commit is contained in:
parent
328d96ed60
commit
fe8bb43996
|
|
@ -56,11 +56,6 @@ Grocy.Components.UserfieldsForm.Load = function()
|
||||||
{
|
{
|
||||||
if (!$("#userfields-form").length)
|
if (!$("#userfields-form").length)
|
||||||
{
|
{
|
||||||
if (success)
|
|
||||||
{
|
|
||||||
success();
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user