mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 10:44:37 +00:00
Also log missing localization found in frontend (only when MODE == dev)
This commit is contained in:
@@ -64,7 +64,6 @@ $("#auto-reload-enabled").on("change", function()
|
||||
|
||||
jsonData = { };
|
||||
jsonData.value = value;
|
||||
console.log(jsonData);
|
||||
Grocy.Api.Post('user/settings/auto_reload_on_db_change', jsonData,
|
||||
function(result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user