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 | 47c1df50046d5fe6dcf7b210dcb49142964387e2 (patch) | |
| tree | 3245c52e99fbe207b9aaa0b5c7eadf7423e5e834 /scripts/theme-studio/browser-gates.js | |
| parent | 0de051ed6a11e15ed53fa4029f57ddc816e6b820 (diff) | |
| download | dotemacs-47c1df50046d5fe6dcf7b210dcb49142964387e2.tar.gz dotemacs-47c1df50046d5fe6dcf7b210dcb49142964387e2.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 6aa5c0b5..d86ec540 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(); |
