()
| 13600 | pwnSection.style.display = isEnabled ? 'block' : 'none'; |
| 13601 | } |
| 13602 | updatePwnDiscoveredCard(pwnStatus); |
| 13603 | |
| 13604 | // Bind Update-card buttons and fire one-shot check on first reveal. |
| 13605 | if (isEnabled) { |
| 13606 | _bindPwnUpdateButtons(); |
| 13607 | if (!pwnUpdateInitialChecked) { |
| 13608 | pwnUpdateInitialChecked = true; |
no test coverage detected