1
0
mirror of synced 2024-11-28 16:00:48 +01:00
artemis/titles/idac/frontend/js/idac_scripts.js
2023-10-01 03:54:23 +02:00

10 lines
278 B
JavaScript

$(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');
});
});