5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
$(function () {
|
|
$("#footer").load("footer.html", function (responseTxt, statusTxt, xhr) {
|
|
refreshLoc();
|
|
});
|
|
});
|