pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 54 forks source link

Remove jQuery #69

Closed pdinklag closed 5 years ago

pdinklag commented 5 years ago

The current use jQuery in MinecraftStats is mostly unneeded (see also here ). It is required by Bootstrap, however, it won't be in the future.

Therefore, all uses of jQuery functionality should be replaced by vanilla JavaScript so the dependency can be removed entirely once Bootstrap 5 is released.