idac: added "simple" ranking to frontend

This commit is contained in:
Dniel97
2023-11-21 22:51:10 +01:00
parent d1a7b898a7
commit 6ea8cca1a2
10 changed files with 641 additions and 160 deletions

View File

@@ -0,0 +1,10 @@
$(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');
});
});