()
| 296 | }; |
| 297 | |
| 298 | function showThemes() { |
| 299 | themePopup.style.display = 'block'; |
| 300 | themeToggleButton.setAttribute('aria-expanded', true); |
| 301 | themePopup.querySelector("button#" + get_theme()).focus(); |
| 302 | } |
| 303 | |
| 304 | function updateThemeSelected() { |
| 305 | themePopup.querySelectorAll('.theme-selected').forEach(function (el) { |