Files
artemis/titles/idac/templates/profile/js/scripts.js
2024-03-12 14:33:25 +01:00

11 lines
291 B
JavaScript

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