feat: add structured logging for include/exclude decisions

This commit is contained in:
matt 2025-09-09 19:13:01 -07:00
parent abea242c16
commit f77bce14cb
3 changed files with 189 additions and 3 deletions

View file

@ -792,10 +792,8 @@
console.log('Combo elements not found:', { comboChk, comboConfig }); // Debug log
}
});
</script>
// Additional standalone combo toggle (backup)
<script>
//Additional standalone combo toggle (backup)
(function() {
function setupComboToggle() {
const chk = document.getElementById('pref-combos-chk');