fateforge-tool/js/footer.js

6 lines
201 B
JavaScript
Raw Normal View History

2023-03-10 00:55:55 +00:00
$(function () {
$("#footer").load("footer.html",function (responseTxt, statusTxt, xhr) {
console.log("bla");
$("[data-localize]").localize("main", { pathPrefix: "lang" });
});
});