Closed BoPeng closed 3 years ago
With bootstrap moving to version 5 and jquery is no longer a dependency. We use jquery in a few places such as
https://github.com/vatlab/sos/blob/d09e265f3b6a817bf2c826d896e85d543aabd5e3/src/sos/templates/workflow_report.tpl#L330-L336
and it should be easy to remove such dependency.
This is not needed for sos because that is the only case when jquery is used and that is is used to set up tooltop for bootstrap 4.
sos
jquery
tooltop
sos-notebook does not use jquery either.
With bootstrap moving to version 5 and jquery is no longer a dependency. We use jquery in a few places such as
https://github.com/vatlab/sos/blob/d09e265f3b6a817bf2c826d896e85d543aabd5e3/src/sos/templates/workflow_report.tpl#L330-L336
and it should be easy to remove such dependency.