godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
291 stars 86 forks source link

Update Bootstrap and jQuery to the latest compatible versions #223

Closed Calinou closed 3 years ago

Calinou commented 3 years ago

jQuery 3.x works with Bootstrap 3.3.7 and above.

This also switches to the jQuery Slim version as we don't use the Ajax or Effects components from jQuery.

akien-mga commented 3 years ago

Thanks!