forked from Hay1tsme/artemis
Initial D THE ARCADE S2 support added
This commit is contained in:
10
titles/idac/frontend/js/idac_scripts.js
Normal file
10
titles/idac/frontend/js/idac_scripts.js
Normal 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');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user