Initial D THE ARCADE S2 support added

This commit is contained in:
2023-10-01 03:54:23 +02:00
parent 38c1c31cf5
commit e0265485ff
28 changed files with 244427 additions and 29 deletions

View File

@ -0,0 +1,10 @@
$(document).ready(function () {
$('#exportBtn').click(function () {
window.location = "/game/idac/export";
// appendAlert('Successfully exported the profile', 'success');
// Close the modal on success
$('#export').modal('hide');
});
});