fateforge-tool/js/footer.js
2023-03-10 01:56:09 +01:00

6 lines
No EOL
201 B
JavaScript

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