sharmalab / tensorflow-gui

GUI for tensorflow
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Jquery 3.5.0 incompatible with Bootstrap 4's collapse class #18

Open vikramc54 opened 3 years ago

vikramc54 commented 3 years ago

Jquery 3.5.0 does not work with the collapse class from Bootstrap 4, and throws the following error when the element is clicked on.

Screenshot from 2021-03-17 15-44-40

This has been fixed in versions 3.5.1+, and upgrading the dependency to 3.5.1+, or reverting to 3.4.1 should fix it.