1
0
forked from metin2/web

WIP: started implementing shop, multi-language

This commit is contained in:
2024-03-30 15:47:48 +02:00
parent 8a88940d4f
commit 181c7ce27c
244 changed files with 6167 additions and 827 deletions

View File

@ -0,0 +1 @@
function showPurchases(a){var b=$("#show-purchase-button-"+a);if($("#table-content-"+a).is(":hidden")){b.attr("class","show-purchase-button-open");$("#table-content-"+a).slideDown("slow")}else{b.attr("class","show-purchase-button-close");$("#table-content-"+a).slideUp("slow")}};