Remove fomantic accordion module (#15951)
Replace it with native <detail> element. Did some slight restyling on the release downloads, new behaviour should be exactly the same otherwise. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
308b562b3c
commit
b4d10598c9
9 changed files with 197 additions and 1061 deletions
|
@ -2563,7 +2563,6 @@ $(document).ready(async () => {
|
|||
direction: 'upward',
|
||||
fullTextSearch: 'exact'
|
||||
});
|
||||
$('.ui.accordion').accordion();
|
||||
$('.ui.checkbox').checkbox();
|
||||
$('.ui.progress').progress({
|
||||
showActivity: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue