6 lines
No EOL
201 B
JavaScript
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" });
|
|
});
|
|
}); |