fix: closes #11508, update selector

isekai-main
Barış Soner Uşaklı 2 years ago
parent 0962c063dd
commit 9894d05f32

@ -17,7 +17,7 @@ define('admin/advanced/cache', ['alerts'], function (alerts) {
}); });
}); });
$('.checkbox').on('change', function () { $('.form-check').on('change', function () {
const input = $(this).find('input'); const input = $(this).find('input');
const flag = input.is(':checked'); const flag = input.is(':checked');
const name = $(this).attr('data-name'); const name = $(this).attr('data-name');

Loading…
Cancel
Save