mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
feat: add structured logging for include/exclude decisions
This commit is contained in:
parent
abea242c16
commit
f77bce14cb
3 changed files with 189 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue