fateforge-tool/js/footer.js
2023-03-13 16:11:51 +01:00

5 lines
120 B
JavaScript

$(function () {
$("#footer").load("footer.html", function (responseTxt, statusTxt, xhr) {
refreshLoc();
});
});