mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Reduce console.log spam
This commit is contained in:
parent
4aa575e0e8
commit
9ba4585143
@ -87,7 +87,7 @@ Grocy.Components.UserfieldsForm.Load = function()
|
|||||||
},
|
},
|
||||||
function(xhr)
|
function(xhr)
|
||||||
{
|
{
|
||||||
console.log(xhr);
|
console.error(xhr);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -330,7 +330,7 @@ $(document).on("click", "#save-description-button", function(e)
|
|||||||
},
|
},
|
||||||
function(xhr)
|
function(xhr)
|
||||||
{
|
{
|
||||||
console.log(xhr);
|
console.error(xhr);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
var jsonData = {};
|
var jsonData = {};
|
||||||
jsonData.userentity_id = Grocy.EditObjectParentId;
|
jsonData.userentity_id = Grocy.EditObjectParentId;
|
||||||
console.log(jsonData);
|
|
||||||
Grocy.FrontendHelpers.BeginUiBusy("userobject-form");
|
Grocy.FrontendHelpers.BeginUiBusy("userobject-form");
|
||||||
|
|
||||||
if (Grocy.EditMode === 'create')
|
if (Grocy.EditMode === 'create')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user