Sbhat2026 Claude Sonnet 4.6 commited on
Commit
a974723
Β·
1 Parent(s): ea01a23

fix: showMed/showLow undefined JS error

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. static/interface.html +3 -0
static/interface.html CHANGED
@@ -1913,6 +1913,9 @@
1913
  }
1914
 
1915
  // ── Filters ───────────────────────────────────────────────────────────────
 
 
 
1916
  function applyFilters() {
1917
  const query = (document.getElementById('termFilter').value || '').toLowerCase().trim();
1918
  document.querySelectorAll('.pred-row').forEach(row => {
 
1913
  }
1914
 
1915
  // ── Filters ───────────────────────────────────────────────────────────────
1916
+ let showMed = true;
1917
+ let showLow = true;
1918
+
1919
  function applyFilters() {
1920
  const query = (document.getElementById('termFilter').value || '').toLowerCase().trim();
1921
  document.querySelectorAll('.pred-row').forEach(row => {