mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47:29 +08:00
10 lines
278 B
JavaScript
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');
|
|
});
|
|
}); |