diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 19:32:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 19:32:01 -0500 |
| commit | 279ebb7136803c2d1c6c8a4474961d4ea638b174 (patch) | |
| tree | d0f3ba3e0aad48a9c7493b1683d0f805d9cf63d3 /scripts/theme-studio/browser-gates.js | |
| parent | 61bafda9e969d330e359bc4d3612f51b307153af (diff) | |
| download | dotemacs-279ebb7136803c2d1c6c8a4474961d4ea638b174.tar.gz dotemacs-279ebb7136803c2d1c6c8a4474961d4ea638b174.zip | |
Shorten theme studio reset erase labels
Diffstat (limited to 'scripts/theme-studio/browser-gates.js')
| -rw-r--r-- | scripts/theme-studio/browser-gates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme-studio/browser-gates.js b/scripts/theme-studio/browser-gates.js index 6aa5c0b5a..d86ec540b 100644 --- a/scripts/theme-studio/browser-gates.js +++ b/scripts/theme-studio/browser-gates.js @@ -22,7 +22,7 @@ function pkgSelftest(){ if(location.hash==='#selftest')pkgSelftest(); // Lock-mechanism gate (open with #locktest): two behaviors the refactor must // preserve, across all three tiers. (1) Locking a row disables its controls via -// the shared mkLockCell. (2) reset/erase batch actions update unlocked rows but +// the shared mkLockCell. (2) reset/erase batch actions update editable rows but // leave locked rows (syntax bare-kind, ui:, pkg: keys) untouched. if(location.hash==='#locktest'){let ok=true;const notes=[];const A=(c,n)=>{if(!c){ok=false;notes.push(n);}}; LOCKED.clear();buildTable(); |
