- commit
- 71048c7196ab6be3148a5312722e66ec08093114
- parent
- ba889078e2063c2738fb8b82c51f19e51f66e715
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-06-20 17:39
add form fields and buttons fixes #12
Diffstat
| M | outline.js | 2 | ++ |
1 files changed, 2 insertions, 0 deletions
diff --git a/outline.js b/outline.js
@@ -162,6 +162,8 @@ var quickNav = function() {
162 162 <option value="landmark">Landmarks</option>
163 163 <option value="heading">Headings</option>
164 164 <option value="link">Links</option>
-1 165 <option value="input">Form Fields</option>
-1 166 <option value="button">Buttons</option>
165 167 `;
166 168 select.addEventListener('change', function() {
167 169 updateVisiblePane(select, dialog);