(value)
| 5709 | } |
| 5710 | |
| 5711 | function normalizeAdminSearchText(value) { |
| 5712 | return String(value || "") |
| 5713 | .toLowerCase() |
| 5714 | .replace(/\s+/g, " ") |
| 5715 | .trim(); |
| 5716 | } |
| 5717 | |
| 5718 | function wireAdminPanelSearch(sectionIds) { |
| 5719 | const input = document.getElementById("adminSettingsSearch"); |
no outgoing calls
no test coverage detected