fateforge-tool/js/footer.js

6 lines
120 B
JavaScript
Raw Normal View History

2023-03-10 00:55:55 +00:00
$(function () {
2023-03-13 15:11:51 +00:00
$("#footer").load("footer.html", function (responseTxt, statusTxt, xhr) {
refreshLoc();
});
});