Commit a689d71
committed
feat: Enable uncommon word highlighting by default
This commit updates the uncommon word highlighting feature to be enabled by default when the page loads.
Changes:
- Modified `index.html` to add the `checked` attribute to the 'enableWordCheck' checkbox.
- Modified `js/src/htmlHelper.js` to ensure `refreshPreparedAbstract()` is called during the initial page load sequence, which processes the abstract with the feature enabled by default.
This responds to your feedback requesting the feature to be active without requiring an initial click.1 parent c33d652 commit a689d71
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments