feat(character/achievements): add achievements page
This commit is contained in:
parent
ed424d63d0
commit
ab3b84f743
24 changed files with 2419 additions and 33 deletions
|
|
@ -200,7 +200,7 @@
|
|||
$("#mounts-container").hide();
|
||||
} else {
|
||||
const $dismount = $("#mount-template").clone(false).removeAttr("id");
|
||||
$dismount.find(".icon").css("background-image", `url("/img/UI-GearManager-LeaveItem-small.png")`);
|
||||
$dismount.find(".icon").css("background-image", `url("/img/UI-GearManager-LeaveItem.png")`);
|
||||
$dismount.find("a")
|
||||
.on("click", () => {
|
||||
setMount(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue