mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Fixes some issues with the 4.4 release page (#1033)
- Fixes missing margins of the download content - Add Play Store and Horizon Store releases - Display all downloads when JavaScript is disabled
This commit is contained in:
@@ -135,6 +135,9 @@
|
||||
// Open from the main download buttons.
|
||||
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
|
||||
downloadButtons.forEach((it) => {
|
||||
if (it.dataset?.external === "yes") {
|
||||
return;
|
||||
}
|
||||
it.addEventListener('click', () => {
|
||||
thankYouWrapper.style.display = '';
|
||||
document.querySelector('.btn.btn-donate').focus();
|
||||
|
||||
Reference in New Issue
Block a user