mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Added message when JavaScript disabled
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
$.get("footer.html", function (data) {
|
||||
$("#footer-placeholder").replaceWith(data);
|
||||
$.get("header.html", function (data) {
|
||||
$("#header-placeholder").replaceWith(data);
|
||||
document.getElementById('header-title').innerHTML = document.querySelector('title').textContent;
|
||||
});
|
||||
|
||||
$.get("nav.html", function (data) {
|
||||
$("#nav-placeholder").replaceWith(data);
|
||||
});
|
||||
|
||||
$.get("header.html", function (data) {
|
||||
$("#header-placeholder").replaceWith(data);
|
||||
document.getElementById('header-title').innerHTML = document.querySelector('title').textContent;
|
||||
});
|
||||
|
||||
$.get("footer.html", function (data) {
|
||||
$("#footer-placeholder").replaceWith(data);
|
||||
});
|
||||
Reference in New Issue
Block a user