legumeinfo / gcv

Federating genomes with love (and synteny derived from functional annotations)
https://gcv.legumeinfo.org/
Apache License 2.0
42 stars 10 forks source link

Drop jQuery dependency #393

Open alancleary opened 2 years ago

alancleary commented 2 years ago

There's a couple places in GCV that use jQuery. I did this because it was a dependency of Bootstrap anyway, so when in Rome... However, Bootstrap 5 dropped jQuery as a dependency and it's now hard to justify keeping it around given how little it's actually used in the project.

alancleary commented 1 year ago

PR #852 updated all relevant code to no longer use jQuery. Golden Layout is now the only code that depends on jQuery. When Golden Layout is updated to version 2 (issue #369) then jQuery will no longer be required.