Add: Theme Chooser
This commit is contained in:
parent
7b98ee7215
commit
5b5d9915e8
2 changed files with 87 additions and 0 deletions
6
archivist/static/js/main.js
Normal file
6
archivist/static/js/main.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import * as bootstrap from 'bootstrap'
|
||||
|
||||
document.querySelectorAll('[data-bs-toggle="popover"]')
|
||||
.forEach(popover => {
|
||||
new bootstrap.Popover(popover)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue