mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fixes checkboxes for both settingsv1 and settingsv2
This commit is contained in:
@@ -471,7 +471,6 @@ define('settings', function () {
|
||||
}
|
||||
|
||||
$(formEl).deserialize(values);
|
||||
$(formEl).find('input[type="checkbox"]').trigger('change');
|
||||
|
||||
callback(null, values);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user