miniflux-v2/internal/ui/static
Michael Kuhn 35edd8ea92 Fix clicking unread counter
When clicking the unread counter, the following exception occurs:
```
Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')
```

This is due to `onClickMainMenuListItem` not working correctly for the
unread counter `span`s, which return `null` when using `querySelector`.
2024-04-09 20:36:42 -07:00
..
bin Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
css Fix regression: Add to Home Screen button is unreadable 2024-03-14 17:37:50 -07:00
js Fix clicking unread counter 2024-04-09 20:36:42 -07:00
static.go Enable trusted-types 2024-03-20 17:50:37 -07:00