mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add 4.4 release page (#1023)
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
});
|
||||
|
||||
// Open from the main download buttons.
|
||||
const downloadButtons = document.querySelectorAll('.btn-download');
|
||||
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
|
||||
downloadButtons.forEach((it) => {
|
||||
it.addEventListener('click', () => {
|
||||
thankYouWrapper.style.display = '';
|
||||
@@ -174,4 +174,4 @@
|
||||
<img src="/assets/icons/cross.svg" width="24" height="24" alt="Close this popup" class="lightbox-ignore">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user