diff options
author | silverwind <me@silverwind.io> | 2021-05-23 02:45:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 08:45:39 +0800 |
commit | b4d10598c9be1ba8008c5a47ef1cd3612e99331a (patch) | |
tree | 6740ce6a49eed31d91d66dd8a18b481c3abe12a2 /web_src/js/index.js | |
parent | 308b562b3c0440e800dc63b0ef2eb6777a1e0026 (diff) | |
download | gitea-b4d10598c9be1ba8008c5a47ef1cd3612e99331a.tar.gz gitea-b4d10598c9be1ba8008c5a47ef1cd3612e99331a.zip |
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>
Diffstat (limited to 'web_src/js/index.js')
-rw-r--r-- | web_src/js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js index 6cb47cf104..a01bd6ca08 100644 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -2563,7 +2563,6 @@ $(document).ready(async () => { direction: 'upward', fullTextSearch: 'exact' }); - $('.ui.accordion').accordion(); $('.ui.checkbox').checkbox(); $('.ui.progress').progress({ showActivity: false |