mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Implemented "Scan mode"
This commit is contained in:
@@ -425,7 +425,7 @@ $(document).on("click", "select", function()
|
||||
});
|
||||
|
||||
// Auto saving user setting controls
|
||||
$(".user-setting-control").on("change", function()
|
||||
$(document).on("change", ".user-setting-control", function()
|
||||
{
|
||||
var element = $(this);
|
||||
var settingKey = element.attr("data-setting-key");
|
||||
|
Reference in New Issue
Block a user