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 | 3f7c1aa4e51f3cc1d0af2798cf13903c379d4183 (patch) | |
| tree | fbb423a56bb9959bedac231af80be7ada85bca36 /scripts/theme-studio/browser-gates.js | |
| parent | 2557e83f408cd1d9640bba2e3449896702f51fb6 (diff) | |
| download | dotemacs-3f7c1aa4e51f3cc1d0af2798cf13903c379d4183.tar.gz dotemacs-3f7c1aa4e51f3cc1d0af2798cf13903c379d4183.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(); |
